From 92fad51282b0e27591796e671eff98316787ba02 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:10:14 +0900 Subject: astro.config.mjs: サイドバーの「一般質問」も初期状態で閉じる MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index c8b6e60..d438a36 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -76,7 +76,7 @@ export default defineConfig({ { label: "私の方針", link: "/policy/" }, { label: "一般質問", - collapsed: false, + collapsed: true, items: [ { label: "一覧", link: "/ippan-situmon/" }, year("r8d", "令和8年度", ["9gatu", "6gatu"]), -- cgit v1.3.1