Skip to content

Commit 98eaac6

Browse files
committed
chore: change vercel settings
1 parent eabb942 commit 98eaac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"src": "/static/(.*)",
55
"headers": { "cache-control": "public, max-age=31536000" },
6-
"dest": "/build/static/$1"
6+
"dest": "/static/$1"
77
}
88
]
99
}

0 commit comments

Comments
 (0)