Skip to content

Commit

Permalink
fix(components): favicon on other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity authored and MiniDigger committed Oct 21, 2023
1 parent e5664e1 commit 1c02472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/util/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SEO = ({ title, description, keywords }: SEOProps): ReactElement => {
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
<meta property="og:site_name" content="PaperMC" />
<link rel="icon" href="favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:image" content="/assets/logo/256x.png" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content={title} />
Expand Down

1 comment on commit 1c02472

@vercel
Copy link

@vercel vercel bot commented on 1c02472 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

site – ./

site-git-main-papermc.vercel.app
site-papermc.vercel.app
papermc.vercel.app

Please sign in to comment.