We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5664e1 commit 1c02472Copy full SHA for 1c02472
src/components/util/SEO.tsx
@@ -19,7 +19,7 @@ const SEO = ({ title, description, keywords }: SEOProps): ReactElement => {
19
<meta property="og:title" content={title} />
20
<meta property="og:description" content={description} />
21
<meta property="og:site_name" content="PaperMC" />
22
- <link rel="icon" href="favicon.ico" />
+ <link rel="icon" href="/favicon.ico" />
23
<meta property="og:image" content="/assets/logo/256x.png" />
24
<meta property="twitter:card" content="summary" />
25
<meta property="twitter:title" content={title} />
0 commit comments