Update vercel.json to add compression

This commit is contained in:
Ultra-bob 2024-05-09 18:46:31 -04:00 committed by GitHub
parent f92b3a6f75
commit 08405096ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@
{ {
"key": "Cross-Origin-Embedder-Policy", "key": "Cross-Origin-Embedder-Policy",
"value": "require-corp" "value": "require-corp"
},
{
"key": "Accept-Encoding",
"value": "deflate, br;q=1.0, gzip;q=0.8, *;q=0.5"
} }
] ]
} }