mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
chore: update seo meta tags
This commit is contained in:
parent
785563a71c
commit
f19f9ef112
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user