diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 11:15:18 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 11:15:18 +0100 |
| commit | 259befc9a58da44d82a3101504ba805a2957949e (patch) | |
| tree | 3cfdfb65669aca54f1ec1055c4ffb2affe058c33 /astro.config.mjs | |
| parent | cb2359080afd64d7581f14693dc62f6744c33393 (diff) | |
Refactor but still no diceastro
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
