Update vercel.json to add compression
This commit is contained in:
parent
f92b3a6f75
commit
08405096ec
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue