From dcbfae9afe1f861ea6a7bf28e5dfd3432aab593a Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:00:59 +0900 Subject: Whisperページ: タイトル変更と記事の有効性に関する注記を追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - タイトルを「Whisper + AI で文字起こしを劇的に効率化する方法」に - 令和4年公開の記事だが今でも十分有効で、むしろ生成AIとの 組み合わせで当時より実用的になっている旨の注記を追加 - サイドバーラベルも「Whisper + AI文字起こし」に統一 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 6ceb7a9..e2325a0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -146,7 +146,7 @@ export default defineConfig({ ], }, { label: "ご支援", link: "/support/" }, - { label: "Whisper文字起こし", link: "/whisper-moji-okosi/" }, + { label: "Whisper + AI文字起こし", link: "/whisper-moji-okosi/" }, { label: "コンタクト", link: "/contact/" }, ], customCss: ["./src/styles/custom.css"], -- cgit v1.3.1