Skip to content

Commit c8619be

Browse files
committed
chore(www): add vercel.json
1 parent 79dd6ca commit c8619be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/vercel.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"cleanUrls": true,
3+
"headers": [
4+
{
5+
"source": "/assets/(.*)",
6+
"headers": [
7+
{
8+
"key": "Cache-Control",
9+
"value": "max-age=31536000, immutable"
10+
}
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)