From a95bea6568520f0def40e7cc5f8740207e8f5a27 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Tue, 30 Jun 2026 23:19:34 +0900 Subject: Add textlint guide page with sidebar link --- astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 4d5e8e7..6940396 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -152,6 +152,10 @@ export default defineConfig({ label: "Whisperで文字起こしする方法", link: "/whisper-to-ai-moji-okoshi/", }, + { + label: "textlintではじめる日本語文章校正", + link: "/textlint-guide/", + }, { label: "コンタクト", link: "/contact/" }, ], customCss: ["./src/styles/custom.css"], -- cgit v1.3.1