From 79b2f0d1c89da74693ffddd78460197cd3d91bd5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 20:56:41 -0500 Subject: [PATCH] feat: collapse apps by default, too many --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 7fbab04..9f2524b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -50,6 +50,7 @@ export default defineConfig({ }, { label: "Applications", + collapsed: true, autogenerate: { directory: "applications" }, }, ],