Initial commit
This commit is contained in:
19
vercel.json
Normal file
19
vercel.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user