From eee9f3558037c3d3a487cdc8c513338652912bd4 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 23 Apr 2024 17:46:21 +0200 Subject: [PATCH] Add prerender (x2) --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index 0daa0ba..d67ad19 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -28,6 +28,9 @@ const config = { assets: 'build', fallback: null }) : adapter(), + prerender: { + entries: [] + }, paths: { base: process.env.NODE_ENV === 'production' ? "/BreakOften" : "", },