feat: add index.html for Edge Proxy Relay interface and remove rewrites from vercel.json
This commit is contained in:
+1
-7
@@ -1,11 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
"bunVersion": "1",
|
"bunVersion": "1",
|
||||||
"installCommand": "bun install",
|
"installCommand": "bun install"
|
||||||
"rewrites": [
|
|
||||||
{ "source": "/api", "destination": "/api/index.ts" },
|
|
||||||
{ "source": "/api/(.*)", "destination": "/api/index.ts" },
|
|
||||||
{ "source": "/public/(.*)", "destination": "/public/$1" },
|
|
||||||
{ "source": "/(.*)", "destination": "/public/$1" }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user