We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890b2f9 commit 008f825Copy full SHA for 008f825
1 file changed
docs/.vitepress/config.mjs
@@ -6,6 +6,7 @@ export default {
6
hostname: "https://natade-jp.github.io"
7
},
8
head: [
9
+ ["meta", { name: "google-site-verification", content: "ksPQkQSREAQ21SYqaCRWRwwRfjrk-vdkLOwBDTDhCpA" }],
10
["meta", { property: "og:url", content: "https://natade-jp.github.io/text-input-guard/" }],
11
["meta", { property: "og:image", content: "https://natade-jp.github.io/text-input-guard/ogp.jpg" }],
12
["meta", { property: "og:type", content: "website" }],
0 commit comments