aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs14
1 files changed, 12 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 4c38017..4593b98 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -149,8 +149,18 @@ export default defineConfig({
},
{ label: "ご支援", link: "/support/" },
{
- label: "Whisperで文字起こしする方法",
- link: "/whisper-to-ai-moji-okoshi/",
+ label: "技術ガイド",
+ collapsed: true,
+ items: [
+ {
+ label: "Whisperで文字起こしする方法",
+ link: "/whisper-to-ai-moji-okoshi/",
+ },
+ {
+ label: "textlintではじめる日本語文章校正",
+ link: "/textlint-guide/",
+ },
+ ],
},
{ label: "コンタクト", link: "/contact/" },
],