File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export const links: LinksFunction = () => {
52
52
return [
53
53
// Preload svg sprite as a resource to avoid render blocking
54
54
{ rel : 'preload' , href : iconsHref , as : 'image' } ,
55
- // Preload CSS as a resource to avoid render blocking
56
55
{ rel : 'mask-icon' , href : '/favicons/mask-icon.svg' } ,
57
56
{
58
57
rel : 'alternate icon' ,
@@ -65,7 +64,6 @@ export const links: LinksFunction = () => {
65
64
href : '/site.webmanifest' ,
66
65
crossOrigin : 'use-credentials' ,
67
66
} as const , // necessary to make typescript happy
68
- //These should match the css preloads above to avoid css as render blocking resource
69
67
{ rel : 'icon' , type : 'image/svg+xml' , href : '/favicons/favicon.svg' } ,
70
68
{ rel : 'stylesheet' , href : tailwindStyleSheetUrl } ,
71
69
] . filter ( Boolean )
You can’t perform that action at this time.
0 commit comments