Skip to content

Commit b55070c

Browse files
author
Stella
committed
fix(Layout): add id to
1 parent 38b307a commit b55070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const Favicon = () => {
101101
<meta property="og:site_name" content="@VtubersWiki" />
102102
<meta property="og:title" content={`${makeTitle(seo.title as string)}`} />
103103
<meta property="og:description" content={seo.description} />
104-
<meta property="og:image" content={`${seo.img}`} />
104+
<meta property="og:image" id="og:image" content={`${seo.img}`} />
105105
<meta property="og:url" content={`${Astro.url}`} />
106106

107107
<!-- Twitter -->

0 commit comments

Comments
 (0)