aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-06-30 23:19:34 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-06-30 23:19:34 +0900
commita95bea6568520f0def40e7cc5f8740207e8f5a27 (patch)
treeba88ef513f1ad13bc183cb77832d213ef5528e0d /astro.config.mjs
parent10fb18a394684d0e14f9705e9f21432eeefb29c7 (diff)
Add textlint guide page with sidebar link
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs4
1 files changed, 4 insertions, 0 deletions
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"],