Sub-Store/web/vercel.json
2020-08-30 21:25:46 +08:00

18 lines
369 B
JSON

{
"name": "sub-store",
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build"
}
],
"routes": [
{
"src": "/(js|css|img)/.*",
"headers": { "cache-control": "max-age=31536000, immutable" }
},
{ "handle": "filesystem" },
{ "src": ".*", "dest": "/" }
]
}