Skip to content

Commit

Permalink
Fix svgSprite for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Feb 27, 2024
1 parent 3784c96 commit 8d97419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MyDocument extends Document {
<link rel="icon" sizes="16x16" type="image/png"href="/favicon/favicon-16x16.png"/>
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon-180x180.png"/>
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg"/>

<link rel="preload" as="image" href={ svgSprite.href }/>
{ /* OG TAGS */ }
<meta property="og:title" content="Subspace Nova Explorer"/>
<meta
Expand Down

0 comments on commit 8d97419

Please sign in to comment.