We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e6d0 commit 68251caCopy full SHA for 68251ca
docs/.vuepress/config.js
@@ -3,7 +3,17 @@ module.exports = {
3
description:
4
'A Vue CLI 3 plugin for Electron with no required configuration.',
5
base: '/vue-cli-plugin-electron-builder/',
6
- head: [['link', { rel: 'shortcut icon', href: '/favicon.ico' }]],
+ 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
+ ],
17
themeConfig: {
18
nav: [
19
{ text: 'Home', link: '/' },
0 commit comments