We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a10f8f commit d1610cbCopy full SHA for d1610cb
1 file changed
vite.config.mts
@@ -35,7 +35,7 @@ export default defineConfig(async ({ command, mode }) => {
35
}
36
}),
37
compression({
38
- algorithm: "brotliCompress",
+ algorithms: ["brotliCompress"],
39
exclude: [
40
/\.(map)$/,
41
/\.(br)$/,
0 commit comments