Skip to content

Commit 30a4a3a

Browse files
authored
Remove outdated comment referencing deleted code (#785)
1 parent ede4f99 commit 30a4a3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)