We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189ad76 commit 503491dCopy full SHA for 503491d
1 file changed
juno.config.ts
@@ -253,6 +253,18 @@ export default defineConfig({
253
headers,
254
redirects
255
},
256
+ precompress: [
257
+ {
258
+ pattern: "**/*.+(js|mjs|css)",
259
+ algorithm: "brotli",
260
+ mode: "replace"
261
+ },
262
263
+ pattern: "**/*.html",
264
265
+ mode: "both"
266
+ }
267
+ ],
268
predeploy: ["npm run build"]
269
270
orbiter: {
0 commit comments