diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index e2325a0..21fb465 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -146,7 +146,10 @@ export default defineConfig({ ], }, { label: "ご支援", link: "/support/" }, - { label: "Whisper + AI文字起こし", link: "/whisper-moji-okosi/" }, + { + label: "Whisper + AI文字起こし", + link: "/whisper-to-ai-moji-okoshi/", + }, { label: "コンタクト", link: "/contact/" }, ], customCss: ["./src/styles/custom.css"], |
