mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-02 12:42:25 +08:00
18 lines
369 B
JSON
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": "/" }
|
|
]
|
|
} |