Skip to content

Commit f822442

Browse files
committed
remove unnecessary preload
Closes #653
1 parent 1b866a2 commit f822442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const links: LinksFunction = () => {
6060
// Preload svg sprite as a resource to avoid render blocking
6161
{ rel: 'preload', href: iconsHref, as: 'image' },
6262
// Preload CSS as a resource to avoid render blocking
63-
{ rel: 'preload', href: tailwindStyleSheetUrl, as: 'style' },
6463
{ rel: 'mask-icon', href: '/favicons/mask-icon.svg' },
6564
{
6665
rel: 'alternate icon',

0 commit comments

Comments
 (0)