diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 10:11:26 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 10:11:26 +0900 |
| commit | 5e455c59ad6e66c348d67779cfcd3e0ba35a9925 (patch) | |
| tree | 2524f52d93cc5f5bce1781b67e2dbeb70b87dd69 /astro.config.mjs | |
| parent | aaaaa6680ff7ba77b6745858dfa04a58eadc9ee2 (diff) | |
Whisper文字起こしの解説ページを追加
旧サイトで人気だったWhisper文字起こし記事を新サイトに移植。
Google Drive + Colab を使った最新の手順に更新。
- src/content/docs/whisper-moji-okosi.mdx を新規作成
- サイドバーに「Whisper文字起こし」リンクを追加
- Google Colab リンク:
https://colab.research.google.com/drive/1eAxHdqrF1Zt59V1ouSfo7iTBRYmhYDy7
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index ef0da2a..6ceb7a9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -146,6 +146,7 @@ export default defineConfig({ ], }, { label: "ご支援", link: "/support/" }, + { label: "Whisper文字起こし", link: "/whisper-moji-okosi/" }, { label: "コンタクト", link: "/contact/" }, ], customCss: ["./src/styles/custom.css"], |
