Skip to content

Commit d1610cb

Browse files
committed
fix: only provide brotli compression
1 parent 2a10f8f commit d1610cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig(async ({ command, mode }) => {
3535
}
3636
}),
3737
compression({
38-
algorithm: "brotliCompress",
38+
algorithms: ["brotliCompress"],
3939
exclude: [
4040
/\.(map)$/,
4141
/\.(br)$/,

0 commit comments

Comments
 (0)