Skip to content

Commit 0e77401

Browse files
committed
Test with bools and objects
1 parent 36050b2 commit 0e77401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import compressor from "astro-compressor";
33

44
// https://astro.build/config
55
export default defineConfig({
6-
integrations: [compressor()],
6+
integrations: [compressor({ gzip: true, brotli: { chunkSize: 16 * 1024 } })],
77
});

0 commit comments

Comments
 (0)