We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36050b2 commit 0e77401Copy full SHA for 0e77401
test/astro.config.mjs
@@ -3,5 +3,5 @@ import compressor from "astro-compressor";
3
4
// https://astro.build/config
5
export default defineConfig({
6
- integrations: [compressor()],
+ integrations: [compressor({ gzip: true, brotli: { chunkSize: 16 * 1024 } })],
7
});
0 commit comments