aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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/" },
{