From 2d287d60868a5059ad3ba3938ef0972ead0ff066 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:01:26 +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 0ec26bb..c8b6e60 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -41,7 +41,7 @@ export default defineConfig({ { label: "ホーム", link: "/" }, { label: "実績", - collapsed: false, + collapsed: true, items: [ { label: "概要", link: "/jisseki/" }, { -- cgit v1.3.1