-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
91 lines (91 loc) · 1.96 KB
/
vercel.json
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
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"cleanUrls": true,
"headers": [
{
"source": "/_astro/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable, public"
}
]
},
{
"source": "/manifest.webmanifest",
"headers": [
{
"key": "Content-Type",
"value": "application/manifest+json"
}
]
}
],
"redirects": [
{
"source": "/hi",
"destination": "https://qbb.sh/posts/hi",
"statusCode": 301
},
{
"source": "/sitemap.xml",
"destination": "/sitemap-index.xml",
"statusCode": 301
},
{
"source": "/repo",
"destination": "https://github.com/Zhengqbbb/qbb.sh",
"statusCode": 301
},
{
"source": "/gh",
"destination": "https://github.com/Zhengqbbb/",
"statusCode": 301
},
{
"source": "/github",
"destination": "https://github.com/Zhengqbbb/",
"statusCode": 301
},
{
"source": "/discord",
"destination": "https://discord.com/users/902369403818094593",
"statusCode": 301
},
{
"source": "/x",
"destination": "https://x.com/zhengqbbb/",
"statusCode": 301
},
{
"source": "/tw",
"destination": "https://twitter.com/zhengqbbb/",
"statusCode": 301
},
{
"source": "/twitter",
"destination": "https://twitter.com/zhengqbbb/",
"statusCode": 301
},
{
"source": "/npm",
"destination": "https://www.npmjs.com/~qbb.sh",
"statusCode": 301
},
{
"source": "/instagram",
"destination": "https://instagram.com/qbqiubin/",
"statusCode": 301
},
{
"source": "/ig",
"destination": "https://instagram.com/qbqiubin/",
"statusCode": 301
},
{
"source": "/ins",
"destination": "https://instagram.com/qbqiubin/",
"statusCode": 301
}
]
}