mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 22:46:32 +00:00
chore: add head meta for google site ownership verification
This commit is contained in:
parent
b7a96a1c8d
commit
23e76e56a8
@ -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: 'MobileOptimized', content: '320' }],
|
||||
['meta', { name: 'theme-color', content: '#3c8772' }],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user