|
@@ -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
|