From 23e76e56a8ad2d14698ad458cf0c6038e8e07f68 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Wed, 24 May 2023 00:20:53 +0800 Subject: [PATCH] chore: add head meta for google site ownership verification --- docs/.vitepress/config/head.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/.vitepress/config/head.ts b/docs/.vitepress/config/head.ts index 8e1e6322..b39d6221 100644 --- a/docs/.vitepress/config/head.ts +++ b/docs/.vitepress/config/head.ts @@ -30,6 +30,15 @@ export const head: HeadConfig[] = [ }, ], + // google search console site ownership verification + // + [ + 'meta', + { + name: 'google-site-verification', + content: 'lm7PNJiYSPEx1dMast1Xptc0Vk0cU06o-daZSsIgr2I', + }, + ], ['meta', { name: 'HandheldFriendly', content: 'True' }], ['meta', { name: 'MobileOptimized', content: '320' }], ['meta', { name: 'theme-color', content: '#3c8772' }],