fix: precompress

This commit is contained in:
Torsten Dittmann
2024-07-17 14:49:30 +02:00
parent 225797bef7
commit 54dbc7aa6e
+1 -2
View File
@@ -13,8 +13,7 @@ const config = {
$routes: './src/routes'
},
adapter: adapter({
fallback: 'index.html',
precompress: true
fallback: 'index.html'
}),
paths: {
base: '/console'