Skip to content

Commit

Permalink
Fix vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
laontme committed Jun 22, 2020
1 parent b7f8085 commit 874cacb
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"version": 2,
"headers": [
{
"source": "/api/direct",
"headers" : [
{
"key" : "Cache-Control",
"value" : "public, max-age=157784760, s-maxage=157784760"
},
{
"key" : "Accept-Charset",
"value" : "utf-8"
},
{
"key" : "Accept-Charset",
"value" : "utf-8"
}
]
},
{
"source": "/api/direct",
"headers" : [
{
"key" : "Cache-Control",
"value" : "public, max-age=157784760, s-maxage=157784760"
},
{
"key" : "Accept-Charset",
"value" : "utf-8"
},
{
"key" : "Accept-Charset",
"value" : "utf-8"
}
]
}
],
"rewrites": [
{
"source": "/",
Expand Down

0 comments on commit 874cacb

Please sign in to comment.