mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-02 07:25:26 +08:00
36 lines
580 B
JSON
36 lines
580 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "api/index.go",
|
|
"use": "@vercel/go"
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/api/index.go"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/admin/assets/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=31536000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/admin/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-store, must-revalidate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|