diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-15 22:10:14 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-15 22:10:14 +0900 |
| commit | 92fad51282b0e27591796e671eff98316787ba02 (patch) | |
| tree | f260e6aacde070de299f5a650ac88183d8432c19 | |
| parent | 6b3f178d436fe9050ce2b8344b946327798a24ba (diff) | |
astro.config.mjs: サイドバーの「一般質問」も初期状態で閉じる
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
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"]), |
