Files
pixivnow/vercel.json
2025-10-08 14:48:45 +08:00

19 lines
382 B
JSON

{
"devCommand": "vite --port $PORT",
"framework": "vue",
"rewrites": [
{
"source": "/:__PREFIX(~|-)/:__PATH(.+)",
"destination": "/api/image"
},
{
"source": "/:__PREFIX(ajax|rpc|.+\\.php)/:__PATH*",
"destination": "/api/http"
},
{
"source": "/api/illust/random",
"destination": "/api/random"
}
],
"headers": []
}