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 bc11081 commit 381c82fCopy full SHA for 381c82f
generators/getFontConfig.tsx
@@ -24,7 +24,7 @@ export const getFontConfig = (
24
if (arrayCheck(preloadConfig)) {
25
preloadConfig.forEach(href => {
26
headComponents.push(
27
- <link key={`preload-${href}`} rel="preload" as="style" href={href} />
+ <link key={`preload-${href}`} rel="stylesheet" href={href} />
28
)
29
})
30
}
0 commit comments