Skip to content

Commit 6812ba0

Browse files
committedNov 23, 2023
Change vercel config
1 parent 90163ba commit 6812ba0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎vercel.json

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
3+
"headers": [
4+
{
5+
"source": "/(.*)",
6+
"headers": [
7+
{
8+
"key": "Cache-Control",
9+
"value": "public, max-age=31536000, immutable"
10+
}
11+
]
12+
}
13+
],
314
"github": {
415
"silent": true
516
}

0 commit comments

Comments
 (0)
Please sign in to comment.