Skip to content

Commit 68251ca

Browse files
committed
add google search property verification
1 parent e36e6d0 commit 68251ca

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/.vuepress/config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ module.exports = {
33
description:
44
'A Vue CLI 3 plugin for Electron with no required configuration.',
55
base: '/vue-cli-plugin-electron-builder/',
6-
head: [['link', { rel: 'shortcut icon', href: '/favicon.ico' }]],
6+
head: [
7+
['link', { rel: 'shortcut icon', href: '/favicon.ico' }],
8+
// Google search property verification
9+
[
10+
'meta',
11+
{
12+
name: 'google-site-verification',
13+
content: 'It9QDm7l8m-gYoVuBFVzERjx0MapaegfY1AMru9wFCc'
14+
}
15+
]
16+
],
717
themeConfig: {
818
nav: [
919
{ text: 'Home', link: '/' },

0 commit comments

Comments
 (0)