]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: verify wwads
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 18 Jan 2022 20:05:21 +0000 (21:05 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 18 Jan 2022 20:05:21 +0000 (21:05 +0100)
docs/.vitepress/config.ts

index 4b60989a749890cf08058eca7c9ac28775de8805..57b71c78e274f4ffda9131eccce708286546cd37 100644 (file)
@@ -1,6 +1,12 @@
 import { defineConfig, UserConfig } from 'vitepress'
 
-const head: UserConfig['head'] = [['link', { rel: 'icon', href: `/logo.png` }]]
+const head: UserConfig['head'] = [
+  ['link', { rel: 'icon', href: `/logo.png` }],
+  [
+    'meta',
+    { name: 'wwads-cn-verify', content: '7e7757b1e12abcb736ab9a754ffb617a' },
+  ],
+]
 
 if (process.env.NODE_ENV === 'production') {
   head.push([