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" : "", },