Skip to content

Commit 381c82f

Browse files
committed
Fix for link
1 parent bc11081 commit 381c82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/getFontConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const getFontConfig = (
2424
if (arrayCheck(preloadConfig)) {
2525
preloadConfig.forEach(href => {
2626
headComponents.push(
27-
<link key={`preload-${href}`} rel="preload" as="style" href={href} />
27+
<link key={`preload-${href}`} rel="stylesheet" href={href} />
2828
)
2929
})
3030
}

0 commit comments

Comments
 (0)