We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1f5aa commit 943736cCopy full SHA for 943736c
verson.json
@@ -1,8 +1,20 @@
1
{
2
- "rewrites": [
+ // "rewrites": [
3
+ // {
4
+ // "source": "/markdown-syntax-hub/:path*",
5
+ // "destination": "https://markdown-syntax-hub.tcblabber.cn/:path*"
6
+ // }
7
+ // ]
8
+ "rewrites": [
9
- "source": "/markdown-syntax-hub/:path*",
- "destination": "https://markdown-syntax-hub.tcblabber.cn/:path*"
10
+ "source": "/:path*",
11
+ "has": [
12
+ {
13
+ "type": "host",
14
+ "value": "markdown-syntax-hub.tcblabber.cn"
15
+ }
16
+ ],
17
+ "destination": "/markdown-syntax-hub.tcblabber.cn/:path*"
18
}
19
]
20
0 commit comments