We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19cba1 commit a929139Copy full SHA for a929139
1 file changed
packages/starlight/index.ts
@@ -76,7 +76,7 @@ export default function StarlightIntegration({
76
config.markdown.shikiConfig.theme !== 'github-dark' ? {} : { theme: 'css-variables' },
77
},
78
scopedStyleStrategy: 'where',
79
- // If not already conigured, default to prefetching all links on hover.
+ // If not already configured, default to prefetching all links on hover.
80
prefetch: config.prefetch ?? { prefetchAll: true },
81
});
82
0 commit comments