Skip to content

Commit ab22476

Browse files
authored
feat: google search verification
1 parent ca6aac6 commit ab22476

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module.exports = {
44
theme: "yuu",
55
description: "Vue.js",
66
head: [
7-
["link", { rel: "icon", href: "/favicon.ico" }]
7+
["link", { rel: "icon", href: "/favicon.ico" }],
8+
["meta", { name: 'google-site-verification', content: 'g3Sv5vbTY0qPQyuRyjR322G-PV1A5hD9pQ3EN3lWKpI' }],
89
],
910
themeConfig: {
1011
yuu: {
@@ -17,4 +18,4 @@ module.exports = {
1718
{ text: "He4rt", link: "https://twitter.com/He4rtDevs" }
1819
],
1920
}
20-
};
21+
};

0 commit comments

Comments
 (0)