From 84f93b16b2374fb9872b23f8b7f525f92e0c8c11 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:57:35 +0900 Subject: Whisperページ: ファイル名を変更、自動化ツールとの比較を追記 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - whisker-moji-okosi.mdx → whiskey-to-ai-moji-okoshi.mdx に改名 - 既存の自動化ツールやAPI連携との比較を :::note で追加 - 手動コピペ方式の手軽さ・実用性を説明 - astro.config.mjs のサイドバーリンクも更新 --- astro.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') 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"], -- cgit v1.3.1