From 1409e6761abf58ddb4de71d0129dde856ab58ed4 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 18 Nov 2024 15:11:44 +0100 Subject: [PATCH] does this work? --- app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app.config.ts b/app.config.ts index 9c8e86f..c485521 100644 --- a/app.config.ts +++ b/app.config.ts @@ -73,6 +73,7 @@ export default defineConfig({ }, }, server: { + preset: 'bun', prerender: { crawlLinks: true, },