Skip to content

Commit 26786b1

Browse files
committed
fix: 용량 제한 해제
1 parent 332920c commit 26786b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ export default defineConfig(({ mode }) => {
1818
plugins: [
1919
compression({
2020
algorithm: 'brotliCompress', // Brotli 적용
21-
threshold: 1024, // 1KB 이상만 압축
2221
ext: '.br', // Brotli 확장자 사용
2322
}),
2423
compression({
2524
algorithm: 'gzip', // Gzip도 적용 (백업용)
26-
threshold: 1024, // 1KB 이상만 압축
2725
ext: '.gz',
2826
}),
2927
react(),

0 commit comments

Comments
 (0)