Skip to content

Commit

Permalink
Fix meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Dec 31, 2021
1 parent 1de5eda commit d236cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/site/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function App({ Component, pageProps }: AppProps) {
/>
<meta content="website" property="og:type" />
<meta
content="https://symbolist.marcbouchenoire.com/"
content="https://symbolist.marcbouchenoire.com"
property="og:url"
/>
<meta content="Marc Bouchenoire" property="og:title" />
<meta content="Symbolist" property="og:title" />
<meta
content="A collection of every symbol from SF Symbols."
property="og:description"
Expand All @@ -39,7 +39,7 @@ function App({ Component, pageProps }: AppProps) {
property="og:image"
/>
<meta
content="https://www.marcbouchenoire.com/"
content="https://symbolist.marcbouchenoire.com"
property="twitter:url"
/>
<meta content="@marcbouchenoire" property="twitter:creator" />
Expand Down

0 comments on commit d236cd7

Please sign in to comment.