Skip to content

Commit 22e630e

Browse files
committed
fix: change compression gzip
1 parent b35e1d9 commit 22e630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default defineConfig(({ mode }) => {
184184
svgrOptions: {},
185185
}),
186186
compression({
187-
algorithm: 'brotliCompress',
187+
algorithm: 'gzip',
188188
}),
189189
reactVirtualized(),
190190
requireTransform(),

0 commit comments

Comments
 (0)