aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 10:11:26 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 10:11:26 +0900
commit1a915a18ba49edd221a661a95fd51d74bd1b1db4 (patch)
tree8bf2a842f62d0e2e7497971883bd9f30c59bc713 /astro.config.mjs
parent11420afc4486802bbf76e1617548f20656fbeb6d (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.mjs1
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"],