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 = () => {
5252 return [
5353 // Preload svg sprite as a resource to avoid render blocking
5454 { rel : 'preload' , href : iconsHref , as : 'image' } ,
55- // Preload CSS as a resource to avoid render blocking
5655 { rel : 'mask-icon' , href : '/favicons/mask-icon.svg' } ,
5756 {
5857 rel : 'alternate icon' ,
@@ -65,7 +64,6 @@ export const links: LinksFunction = () => {
6564 href : '/site.webmanifest' ,
6665 crossOrigin : 'use-credentials' ,
6766 } as const , // necessary to make typescript happy
68- //These should match the css preloads above to avoid css as render blocking resource
6967 { rel : 'icon' , type : 'image/svg+xml' , href : '/favicons/favicon.svg' } ,
7068 { rel : 'stylesheet' , href : tailwindStyleSheetUrl } ,
7169 ] . filter ( Boolean )
You can’t perform that action at this time.
0 commit comments