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'