소스 검색

feat: brotli

LAPTOP-2ACP37JG\shark 3 년 전
부모
커밋
0d6ea0e90e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .env.production

+ 1 - 1
.env.production

@@ -10,7 +10,7 @@ VITE_DROP_CONSOLE = true
 # Whether to enable gizp or brotli compression
 # Optional: gzip | brotli | none
 # If you need multiple forms, you can use `,` to separate
-VITE_BUILD_COMPRESS = 'gzip'
+VITE_BUILD_COMPRESS = 'brotli,gzip'
 
 # Basic interface address SPA
 VITE_GLOB_API_URL=http://api.cqtd.games/admin