diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 10:14:59 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 10:14:59 +0900 |
| commit | 858399c8eca9e5d8993ffe45eac32687032f2fe7 (patch) | |
| tree | db4953cef93addc86586864214a7efe999e355af /astro.config.mjs | |
| parent | f0a26a34ab5adb3b5cf9d71691f914b724849d4c (diff) | |
OG画像を修正、サイドバーからtextlintを削除
OG画像: フォントサイズを大きくし、whisperタイトルを修正
astro.config.mjs: サイドバーからtextlintガイド(下書き)を削除
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
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"], |
