Skip to content

Commit e56c522

Browse files
committed
vitepressの設定を変更
1 parent 5f7e1f0 commit e56c522

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
export default {
22
base: "/text-input-guard/",
33
title: "TextInputGuard",
4-
description: "Input guard for text inputs",
4+
description: "IME入力でも安定したフォーム入力を実現する日本語向け入力制御ライブラリ",
5+
sitemap: {
6+
hostname: "https://natade-jp.github.io"
7+
},
58
head: [
69
["meta", { property: "og:image", content: "https://natade-jp.github.io/text-input-guard/ogp.jpg" }],
710
["meta", { property: "og:type", content: "website" }],

0 commit comments

Comments
 (0)