From 50da66a33dc9a42e3ee6e0c46eaa4b02e6b8751a Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 23:54:35 +0900 Subject: textlint-guide: タイトル変更、<を修正、サイドバー名を「活動を支えるツール」に MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro.config.mjs') 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/", }, ], -- cgit v1.3.1