Skip to content

Commit df09cd8

Browse files
authored
Update BaseLayout.astro to include google index
1 parent dc1bf48 commit df09cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const {
2323
<html lang={config.locale.lang}>
2424
<head>
2525
<BaseHead {articleDate} {description} {ogImage} {title} />
26+
<meta name="google-site-verification" content="RlU8oulohx7XD-r_pL3Fy0aNpu7_oe_94ub1HCuVSwg" />
2627
<ThemeProvider />
2728
</head>
2829

0 commit comments

Comments
 (0)