Revert "Compress the web frontend using brotli"

This reverts commit 00e4cb7a75.
This commit is contained in:
Markus Unterwaditzer
2026-05-12 21:10:01 +02:00
committed by Will Greenberg
parent a3e7d0ef43
commit da4e723eff
4 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && node ./scripts/compress-index.js",
"build": "vite build && gzip -9 ./build/index.html",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",