aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 10:14:59 +0900
committerYasutake Yohei <yohei@yasutakeyohei.com>2026-07-01 10:14:59 +0900
commit858399c8eca9e5d8993ffe45eac32687032f2fe7 (patch)
treedb4953cef93addc86586864214a7efe999e355af /astro.config.mjs
parentf0a26a34ab5adb3b5cf9d71691f914b724849d4c (diff)
OG画像を修正、サイドバーからtextlintを削除
OG画像: フォントサイズを大きくし、whisperタイトルを修正 astro.config.mjs: サイドバーからtextlintガイド(下書き)を削除
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 6940396..4d5e8e7 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -152,10 +152,6 @@ export default defineConfig({
label: "Whisperで文字起こしする方法",
link: "/whisper-to-ai-moji-okoshi/",
},
- {
- label: "textlintではじめる日本語文章校正",
- link: "/textlint-guide/",
- },
{ label: "コンタクト", link: "/contact/" },
],
customCss: ["./src/styles/custom.css"],