@@ -51,15 +51,14 @@ export const meta: MetaFunction = () => [
51
51
{ name : "description" , content : SITE_DESCRIPTION } ,
52
52
{ name : "theme-color" , content : "#111827" } ,
53
53
{ name : "color-scheme" , content : "dark" } ,
54
-
55
54
{ name : "image" , content : `${ SITE_URL } /logo-bg.svg` } ,
56
- { name : "og:image" , content : `${ SITE_URL } /opengraph-image.webp` } ,
57
- { name : "og:title" , content : SITE_NAME } ,
58
- { name : "og:description" , content : SITE_DESCRIPTION } ,
59
- { name : "og:url" , content : SITE_URL } ,
60
- { name : "og:type" , content : "website" } ,
61
- { name : "og:site_name" , content : SITE_NAME } ,
62
- { name : "og:locale" , content : "en_US" } ,
55
+ { property : "og:image" , content : `${ SITE_URL } /opengraph-image.webp` } ,
56
+ { property : "og:title" , content : SITE_NAME } ,
57
+ { property : "og:description" , content : SITE_DESCRIPTION } ,
58
+ { property : "og:url" , content : SITE_URL } ,
59
+ { property : "og:type" , content : "website" } ,
60
+ { property : "og:site_name" , content : SITE_NAME } ,
61
+ { property : "og:locale" , content : "en_US" } ,
63
62
{ name : "twitter:card" , content : "summary_large_image" } ,
64
63
{ name : "twitter:image" , content : `${ SITE_URL } /opengraph-image.webp` } ,
65
64
{ name : "twitter:title" , content : SITE_NAME } ,
0 commit comments