From 1a915a18ba49edd221a661a95fd51d74bd1b1db4 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:11:26 +0900 Subject: Whisper文字起こしの解説ページを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 旧サイトで人気だったWhisper文字起こし記事を新サイトに移植。 Google Drive + Colab を使った最新の手順に更新。 - src/content/docs/whisper-moji-okosi.mdx を新規作成 - サイドバーに「Whisper文字起こし」リンクを追加 - Google Colab リンク: https://colab.research.google.com/drive/1eAxHdqrF1Zt59V1ouSfo7iTBRYmhYDy7 --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'astro.config.mjs') 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"], -- cgit v1.3.1