diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-15 22:01:26 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-15 22:01:26 +0900 |
| commit | 2d287d60868a5059ad3ba3938ef0972ead0ff066 (patch) | |
| tree | a299cc2bc5429f478b328adfef2fe5503e5a9111 | |
| parent | f401e616529601f6c794147d8cd4c9ac67236f54 (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 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/" }, { |
