Skip to content

Commit

Permalink
feat: gzip upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Apr 20, 2024
1 parent feea436 commit cf53629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
plugins: [react(),
// mkcert(),
compression({
include : /\.(js|css|html|svg|json|ico|eot|otf|ttf|woff|woff2|mp3)$/i,
include : /\.(js|svg|ico|ttf|mp3)$/i,
threshold: 1400,
})
],
Expand Down

0 comments on commit cf53629

Please sign in to comment.