diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 4593b98..867734e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -149,7 +149,7 @@ export default defineConfig({ }, { label: "ご支援", link: "/support/" }, { - label: "技術ガイド", + label: "活動を支えるツール", collapsed: true, items: [ { @@ -157,7 +157,7 @@ export default defineConfig({ link: "/whisper-to-ai-moji-okoshi/", }, { - label: "textlintではじめる日本語文章校正", + label: "textlintで文章校正する方法", link: "/textlint-guide/", }, ], |
