From 858399c8eca9e5d8993ffe45eac32687032f2fe7 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 10:14:59 +0900 Subject: OG画像を修正、サイドバーからtextlintを削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OG画像: フォントサイズを大きくし、whisperタイトルを修正 astro.config.mjs: サイドバーからtextlintガイド(下書き)を削除 --- astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'astro.config.mjs') 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"], -- cgit v1.3.1