Fixed vercel.json regex
This commit is contained in:
parent
44cc65422a
commit
38fef157ef
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(*)",
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "cache-control",
|
||||
|
|
|
|||
Loading…
Reference in New Issue