We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7e1f0 commit e56c522Copy full SHA for e56c522
1 file changed
docs/.vitepress/config.mjs
@@ -1,7 +1,10 @@
1
export default {
2
base: "/text-input-guard/",
3
title: "TextInputGuard",
4
- description: "Input guard for text inputs",
+ description: "IME入力でも安定したフォーム入力を実現する日本語向け入力制御ライブラリ",
5
+ sitemap: {
6
+ hostname: "https://natade-jp.github.io"
7
+ },
8
head: [
9
["meta", { property: "og:image", content: "https://natade-jp.github.io/text-input-guard/ogp.jpg" }],
10
["meta", { property: "og:type", content: "website" }],
0 commit comments