Fixed vercel.json configuration

This commit is contained in:
Camerin 2021-09-17 19:52:48 -04:00
parent 33705ca639
commit 44cc65422a
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
{
"headers": [{"cache-control" : "public, max-age=3600"}]
"headers": [
{
"source": "/(*)",
"headers": [
{
"key": "cache-control",
"value": "public, max-age=3600"
}
]
}
]
}