We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20bdc commit 82b167fCopy full SHA for 82b167f
vercel.json
@@ -1,9 +1,22 @@
1
{
2
- "rewrites": [
3
- { "source": "/:match*", "destination": "/" },
4
- {
5
- "source": "/scratch/:path*",
6
- "destination": "/scratch/:path*"
7
- }
8
- ]
9
+ "rewrites": [
+ {
+ "source": "/.well-known/webfinger",
+ "destination": "${VITE_APP_BASE_API}/.well-known/webfinger"
+ },
+ "source": "/.well-known/nodeinfo",
+ "destination": "${VITE_APP_BASE_API}/.well-known/nodeinfo"
10
11
12
+ "source": "/.well-known/host-meta",
13
+ "destination": "${VITE_APP_BASE_API}/.well-known/host-meta"
14
+ }
15
+ ],
16
+ "headers": [
17
18
19
+ "headers": [{ "key": "Access-Control-Allow-Origin", "value": "*" }]
20
21
+ ]
22
+}
0 commit comments