Skip to content

Commit f78136f

Browse files
committed
add: meta tag for gsc verification
Signed-off-by: nullptr-t-oss <127822226+nullptr-t-oss@users.noreply.github.com>
1 parent 25d7df7 commit f78136f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/.vitepress/head.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { HeadConfig } from 'vitepress'
22
const head: HeadConfig[] = [
3-
['meta', { name: 'viewport', content: 'width=device-width, initial-scale:1.0' }]
3+
['meta', { name: 'viewport', content: 'width=device-width, initial-scale:1.0' }],
4+
['meta', { name: 'google-site-verification', content: 'GPjKbbKm2LiGfIqYervNHRqj1Dxh7A_p-rGKBFJuY8g' }]
45
]
56
export default head

0 commit comments

Comments
 (0)