diff --git a/WEBUI_SRC/quasar.config.js b/WEBUI_SRC/quasar.config.js index 43fb8f5..ea9fa7b 100644 --- a/WEBUI_SRC/quasar.config.js +++ b/WEBUI_SRC/quasar.config.js @@ -78,7 +78,10 @@ module.exports = configure(function (/* ctx */) { [ "vite-plugin-compression2", { + algorithm: "gzip", + skipIfLargerOrEqual: false, deleteOriginalAssets: true, + threshold: 1024, filename: "[path][base]", }, ], diff --git a/components/webguiapp b/components/webguiapp index 3244ac8..3233d82 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit 3244ac8eb9501f2c558f152c0da8a75530c6b77e +Subproject commit 3233d823d03a26837d4232f62431f130be2f44be