Skip to content

Commit 389fc64

Browse files
authored
Merge pull request #66 from sjjian/dev_0_6_0
init docs: google valid
2 parents 0533f02 + e2cacbb commit 389fc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/site/src/layouts/BaseLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import '../styles/global.css';
2121
<title>{title}</title>
2222
{description ? <meta name="description" content={description} /> : null}
2323
<meta name="theme-color" content="#ffffff" />
24+
<meta name="google-site-verification" content="GEnW_VgqeYkluQ74-jm8OQh1iWdX3pVnrD2YKuoTTFg" />
2425
</head>
2526
<body>
2627
<a class="skipLink" href="#main-content">{skipText}</a>

0 commit comments

Comments
 (0)