Skip to content

Commit fb5aed2

Browse files
committed
chore: add meta for bing
1 parent a29f948 commit fb5aed2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vitepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ const config = {
2222
sitemap: {
2323
hostname: "https://priestch.github.io/document-viewer/docs/",
2424
},
25-
head: [["script", {}, scriptContent]],
25+
head: [
26+
["script", {}, scriptContent],
27+
["meta", { name: "msvalidate.01", content: "EF5BE1CFB010126F7E1CBCD05E624E67" }],
28+
],
2629
themeConfig: {
2730
search: {
2831
provider: "local",

0 commit comments

Comments
 (0)