aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-15 22:01:26 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-15 22:01:26 +0900
commit2d287d60868a5059ad3ba3938ef0972ead0ff066 (patch)
treea299cc2bc5429f478b328adfef2fe5503e5a9111
parentf401e616529601f6c794147d8cd4c9ac67236f54 (diff)
astro.config.mjs: サイドバーの「実績」を初期状態で閉じる
-rw-r--r--astro.config.mjs2
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/" },
{