VuePress Theme Hope 添加meta:修订间差异

来自泡泡学习笔记
跳到导航 跳到搜索
(创建页面,内容为“<code>.vuepress\config.ts</code>添加以下代码 head: [ [ 'meta', { name: 'google-site-verification', content: 'YourGoogleVerificationCode' } ] ],”)
 
无编辑摘要
 
第3行: 第3行:


  head: [
  head: [
     [ 'meta', {        name: 'google-site-verification',        content: 'YourGoogleVerificationCode'      }  ]
     [ 'meta', {        name: 'site-verification',        content: 'VerificationCode'      }  ]
   ],
   ],

2024年12月13日 (五) 16:43的最新版本

.vuepress\config.ts添加以下代码


head: [
   [ 'meta', {        name: 'site-verification',        content: 'VerificationCode'      }  ]
 ],