We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642f71a commit 0aea40bCopy full SHA for 0aea40b
vercel.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
"rewrites": [
4
5
"source": "/.well-known/webfinger",
@@ -13,15 +14,15 @@
13
14
"destination": "https://api.zcservice.houlang.cloud/.well-known/host-meta"
15
},
16
- "source": "/ap/:path*",
17
- "destination": "https://api.zcservice.houlang.cloud/ap/:path*"
+ "source": "/ap/(.*)",
18
+ "destination": "https://api.zcservice.houlang.cloud/ap/(.*)"
19
20
- "source": "/scratch/:path*",
21
- "destination": "/scratch/:path*"
+ "source": "/scratch/(.*)",
22
+ "destination": "/scratch/(.*)"
23
24
- "source": "/:match*",
25
+ "source": "/(.*)",
26
"destination": "/"
27
}
28
],
0 commit comments