-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathvercel.json
More file actions
69 lines (69 loc) · 1.85 KB
/
vercel.json
File metadata and controls
69 lines (69 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"redirects": [
{
"source": "/2021-12-11-mermaind-class-diagram.html",
"destination": "/2021-12-11-mermaid-class-diagram.html"
},
{
"source": "/2021-12-09-mermaind-sequence-diagram.html",
"destination": "/2021-12-09-mermaid-sequence-diagram.html"
},
{
"source": "/2021-12-11-mermaind-class-diagram.html",
"destination": "/2021-12-11-mermaid-class-diagram.html"
},
{
"source": "/2021-12-17-mermaind-other-diagram.html",
"destination": "/2021-12-17-mermaid-other-diagram.html"
},
{
"source": "/2023-08-01-mermaid-midmap.html",
"destination": "/2023-08-01-mermaid-mindmap.html"
},
{
"source": "/2019-07-09-spring-boot-flayway-usage.html",
"destination": "/2019-07-09-spring-boot-flyway-usage.html"
}
],
"rewrites": [
{
"source": "/:match*/",
"destination": "/:match*"
},
{
"source": "/DesignPatterns/:match*",
"destination": "https://design-patterns-nine.vercel.app/:match*"
},
{
"source": "/jdk-features/:match*",
"destination": "https://jdk-features.vercel.app/:match*"
},
{
"source": "/JavaLeetCode/:match*",
"destination": "https://java-leet-code.vercel.app/:match*"
},
{
"source": "/Java-Example/:match*",
"destination": "https://java-example.vercel.app/:match*"
},
{
"source": "/arthas/:match*",
"destination": "https://arthas-doc.vercel.app/:match*"
},
{
"source": "/middleware/arthas/:match*",
"destination": "https://arthas-doc.vercel.app/:match*"
},
{
"source": "/nginx/:match*",
"destination": "https://nginx-doc-passerr.vercel.app/:match*"
},
{
"source": "/it-tools/:match*",
"destination": "https://it-tools-topaz.vercel.app/:match*"
}
],
"github": {
"silent": true
}
}