Skip to content

Commit

Permalink
Update Vercel configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Feb 11, 2024
1 parent b0e67cf commit 293c8f9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"version": 2,
"headers": [
{
"source": "/build/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
"value": "public, max-age=31536000, s-maxage=31536000, immutable"
}
]
}
],
"cleanUrls": true,
"trailingSlash": false
]
}

0 comments on commit 293c8f9

Please sign in to comment.