aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 12:57:35 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 12:57:35 +0900
commit34c185d3d05cbae12ef492d91b25941b4c18bed3 (patch)
tree3f79d6c8f3ef6c00ece7fb0a396094ce1386ae79 /astro.config.mjs
parenta1fd2852f5931d8b386ead6ee97f1b072ae2164a (diff)
Whisperページ: ファイル名を変更、自動化ツールとの比較を追記
- whisker-moji-okosi.mdx → whiskey-to-ai-moji-okoshi.mdx に改名 - 既存の自動化ツールやAPI連携との比較を :::note で追加 - 手動コピペ方式の手軽さ・実用性を説明 - astro.config.mjs のサイドバーリンクも更新
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs5
1 files changed, 4 insertions, 1 deletions
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"],