diff options
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"], |
