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
commit12126db18dff23e334318ad24b0ae67826134734 (patch)
tree6f11607bfb85c80d9f85def463d186a16471c05a /astro.config.mjs
parent99b94abfe3c9dcb050c1a0106efde37c2f9f09a1 (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"],