Skip to content

Commit 7dfacea

Browse files
committed
twitter cmon
1 parent af1086e commit 7dfacea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/BaseHead.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const ogImage = image.src || new URL(image, Astro.url) ;
3535
<meta name="title" content={title} />
3636
<meta name="description" content={description} />
3737
<meta name="keywords" content="threejs, vuejs, renderer, vue, three, 3D"/>
38-
3938
<!-- Fathom - beautiful, simple website analytics -->
4039
<script src="https://cdn.usefathom.com/script.js" data-site="OWBUVCJK" defer></script>
4140
<!-- / Fathom -->
@@ -47,9 +46,11 @@ const ogImage = image.src || new URL(image, Astro.url) ;
4746
<meta property="og:description" content={description} />
4847
<meta property="og:image" content={ogImage} />
4948
<meta property="og:image:alt" content="TresJS = Build 3D with Vue" />
49+
<meta property="og:locale" content="en">
5050

5151
<!-- Twitter -->
5252
<meta name="twitter:card" content="summary_large_image" />
53+
<meta name="twitter:site" content="tresjs_dev" />
5354
<meta name="twitter:url" content={Astro.url} />
5455
<meta name="twitter:title" content={title} />
5556
<meta name="twitter:description" content={description} />

0 commit comments

Comments
 (0)