We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b866a2 commit f822442Copy full SHA for f822442
app/root.tsx
@@ -60,7 +60,6 @@ export const links: LinksFunction = () => {
60
// Preload svg sprite as a resource to avoid render blocking
61
{ rel: 'preload', href: iconsHref, as: 'image' },
62
// Preload CSS as a resource to avoid render blocking
63
- { rel: 'preload', href: tailwindStyleSheetUrl, as: 'style' },
64
{ rel: 'mask-icon', href: '/favicons/mask-icon.svg' },
65
{
66
rel: 'alternate icon',
0 commit comments