Skip to content

Commit

Permalink
chore(www): add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 18, 2024
1 parent 79dd6ca commit c8619be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"cleanUrls": true,
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
}
]
}

0 comments on commit c8619be

Please sign in to comment.