diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:19:34 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-06-30 23:19:34 +0900 |
| commit | a95bea6568520f0def40e7cc5f8740207e8f5a27 (patch) | |
| tree | ba88ef513f1ad13bc183cb77832d213ef5528e0d /astro.config.mjs | |
| parent | 10fb18a394684d0e14f9705e9f21432eeefb29c7 (diff) | |
Add textlint guide page with sidebar link
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
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"], |
