Skip to content

Commit b6c80da

Browse files
committed
add: metadata for google site verification
Signed-off-by: nullptr-t-oss <127822226+0x-br0k3n@users.noreply.github.com>
1 parent 2e21700 commit b6c80da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vitepress/head.ts

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

0 commit comments

Comments
 (0)