chore: update seo meta tags

This commit is contained in:
Rui Saraiva 2021-12-04 18:40:16 +00:00
parent 785563a71c
commit f19f9ef112
No known key found for this signature in database
GPG Key ID: 63937B371A665CD0

View File

@ -31,8 +31,8 @@ const SEO = ({ title, description }: SEOProps) => (
<meta property="og:description" content={description} />
<meta property="og:type" content="website" />
<meta property="og:site_name" content={title} />
<meta property="og:url" content="https://favycon.app" />
<meta property="og:image" content="https://favycon.app/share.png?v4" />
<meta property="og:url" content="https://favycon.vercel.app" />
<meta property="og:image" content="https://favycon.vercel.app/share.png?v5" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />