From 259befc9a58da44d82a3101504ba805a2957949e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 11:15:18 +0100 Subject: Refactor but still no dice --- astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 6f1005e..5a9b336 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,5 +5,9 @@ import { defineConfig } from 'astro/config'; export default defineConfig({ devToolbar: { enabled: false + }, + output: 'hybrid', + scripts: { + hoistPerPage: true } }) \ No newline at end of file -- cgit v1.3.1