diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 12:57:35 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 12:57:35 +0900 |
| commit | 84f93b16b2374fb9872b23f8b7f525f92e0c8c11 (patch) | |
| tree | 85186ed6e1fdc5cd2ef7630c4e36e51a641d097b /astro.config.mjs | |
| parent | 5e799af0ee98f0e9a46ca3f26eb498402e5ad5d4 (diff) | |
Whisperページ: ファイル名を変更、自動化ツールとの比較を追記
- whisker-moji-okosi.mdx → whiskey-to-ai-moji-okoshi.mdx に改名
- 既存の自動化ツールやAPI連携との比較を :::note で追加
- 手動コピペ方式の手軽さ・実用性を説明
- astro.config.mjs のサイドバーリンクも更新
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"], |
