From 20d4ce9b33f37781dd054a8eea884835944e85f5 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:59:22 +0900 Subject: Whisperページ: 「+ AI」→「+ 生成AI」に修正(Whisper自体もAIのため) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 21fb465..8b38f9c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -147,7 +147,7 @@ export default defineConfig({ }, { label: "ご支援", link: "/support/" }, { - label: "Whisper + AI文字起こし", + label: "Whisper + 生成AI文字起こし", link: "/whisper-to-ai-moji-okoshi/", }, { label: "コンタクト", link: "/contact/" }, -- cgit v1.3.1