aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 11:00:59 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 11:00:59 +0900
commitdcbfae9afe1f861ea6a7bf28e5dfd3432aab593a (patch)
treedfafcf9de9e852abe70c6492aa70e0006b4990ad /astro.config.mjs
parent90c78829e1ca286df698be4ddeba35bad44fd097 (diff)
Whisperページ: タイトル変更と記事の有効性に関する注記を追加
- タイトルを「Whisper + AI で文字起こしを劇的に効率化する方法」に - 令和4年公開の記事だが今でも十分有効で、むしろ生成AIとの 組み合わせで当時より実用的になっている旨の注記を追加 - サイドバーラベルも「Whisper + AI文字起こし」に統一
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
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"],