Skip to content

Commit 1c02472

Browse files
CubxityMiniDigger
authored andcommitted
fix(components): favicon on other pages
1 parent e5664e1 commit 1c02472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/util/SEO.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SEO = ({ title, description, keywords }: SEOProps): ReactElement => {
1919
<meta property="og:title" content={title} />
2020
<meta property="og:description" content={description} />
2121
<meta property="og:site_name" content="PaperMC" />
22-
<link rel="icon" href="favicon.ico" />
22+
<link rel="icon" href="/favicon.ico" />
2323
<meta property="og:image" content="/assets/logo/256x.png" />
2424
<meta property="twitter:card" content="summary" />
2525
<meta property="twitter:title" content={title} />

0 commit comments

Comments
 (0)