forked from tscircuit/snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
35 lines (35 loc) · 835 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
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
],
"redirects": [
{
"source": "/community/join-redirect",
"destination": "https://discord.gg/V7FGE5ZCbA",
"permanent": false
},
{
"source": "/join",
"destination": "https://discord.gg/V7FGE5ZCbA",
"permanent": false
},
{
"source": "/legal/terms-of-service",
"destination": "https://registry.tscircuit.com/legal/terms-of-service.html",
"permanent": false
},
{
"source": "/legal/privacy-policy",
"destination": "https://registry.tscircuit.com/legal/privacy-policy.html",
"permanent": false
},
{
"source": "/playground",
"destination": "https://tscircuit.com/editor?template=blank-circuit-board",
"permanent": false
}
]
}