From 54dbc7aa6e4e37cf8409e331ff4af3aebb42b03a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 17 Jul 2024 14:49:30 +0200 Subject: [PATCH] fix: precompress --- svelte.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index fefeaa9fb..8a2ef7e09 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,8 +13,7 @@ const config = { $routes: './src/routes' }, adapter: adapter({ - fallback: 'index.html', - precompress: true + fallback: 'index.html' }), paths: { base: '/console'