-
Notifications
You must be signed in to change notification settings - Fork 19
/
vercel.json
35 lines (35 loc) · 833 Bytes
/
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
{
"cleanUrls": true,
"framework": "vitepress",
"buildCommand": "pnpm run build",
"outputDirectory": ".vitepress/dist",
"installCommand": "pnpm install",
"headers": [
{
"source": "/imgs/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
}
],
"redirects": [
{
"source": "/modpacks/:modpack/update.txt",
"destination": "https://gitee.com/Wulian233/vmtu/raw/main/update/:modpack.txt",
"permanent": true
},
{
"source": "/name.json",
"destination": "https://gitee.com/Wulian233/vmtu/raw/main/name.json",
"permanent": true
},
{
"source": "/tips.txt",
"destination": "https://gitee.com/Wulian233/vmtu/raw/main/tips.txt",
"permanent": true
}
]
}