Fixed vercel.json configuration
This commit is contained in:
parent
33705ca639
commit
44cc65422a
12
vercel.json
12
vercel.json
|
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"headers": [{"cache-control" : "public, max-age=3600"}]
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "cache-control",
|
||||
"value": "public, max-age=3600"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue