-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvercel.json
More file actions
121 lines (121 loc) · 2.23 KB
/
Copy pathvercel.json
File metadata and controls
121 lines (121 loc) · 2.23 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"trailingSlash": true,
"rewrites": [
{
"source": "/2019/:path*",
"destination": "/2019/index.html"
},
{
"source": "/2020/:path*",
"destination": "/2020/index.html"
},
{
"source": "/2021/:path*",
"destination": "/2021/index.html"
},
{
"source": "/2022/:path*",
"destination": "/2022/index.html"
},
{
"source": "/2023/:path*",
"destination": "/2023/index.html"
},
{
"source": "/2024/:path*",
"destination": "/2024/index.html"
},
{
"source": "/2025/:path*",
"destination": "/2025/index.html"
},
{
"source": "/2026/:path*",
"destination": "/2026/index.html"
}
],
"headers": [
{
"source": "/2019/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2020/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2021/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2022/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2023/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2024/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2025/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/2026/:path*",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex, nofollow"
}
]
},
{
"source": "/:jahr(20[0-9][0-9])/:path*",
"headers": [
{
"key": "X-Rule-Regex",
"value": "matched"
}
]
}
]
}