fix(frontend): serve precompressed web assets
Deployment Config CI / Deployment Config (push) Successful in 10s
Frontend CI / Frontend (push) Has been cancelled

This commit is contained in:
2026-05-01 01:12:13 +08:00
parent 873c0382e4
commit 052299e54f
4 changed files with 20 additions and 4 deletions
+2
View File
@@ -29,4 +29,6 @@ server {
gzip_static on;
gzip_vary on;
gzip_types text/plain text/css application/json application/javascript text/xml;
brotli_static on;
}