Skip to content

Commit

Permalink
Change vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Nov 23, 2023
1 parent 90163ba commit 6812ba0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"github": {
"silent": true
}
Expand Down

0 comments on commit 6812ba0

Please sign in to comment.