Skip to content

Commit eabb942

Browse files
committed
chore: change vercel settings
1 parent 3d2e1f5 commit eabb942

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26+
27+
.vercel

vercel.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"routes": [
3+
{
4+
"src": "/static/(.*)",
5+
"headers": { "cache-control": "public, max-age=31536000" },
6+
"dest": "/build/static/$1"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)