chore: add head meta for google site ownership verification

This commit is contained in:
Anda Toshiki 2023-05-24 00:20:53 +08:00
parent b7a96a1c8d
commit 23e76e56a8

View File

@ -30,6 +30,15 @@ export const head: HeadConfig[] = [
}, },
], ],
// google search console site ownership verification
// <meta name="google-site-verification" content="lm7PNJiYSPEx1dMast1Xptc0Vk0cU06o-daZSsIgr2I" />
[
'meta',
{
name: 'google-site-verification',
content: 'lm7PNJiYSPEx1dMast1Xptc0Vk0cU06o-daZSsIgr2I',
},
],
['meta', { name: 'HandheldFriendly', content: 'True' }], ['meta', { name: 'HandheldFriendly', content: 'True' }],
['meta', { name: 'MobileOptimized', content: '320' }], ['meta', { name: 'MobileOptimized', content: '320' }],
['meta', { name: 'theme-color', content: '#3c8772' }], ['meta', { name: 'theme-color', content: '#3c8772' }],