-
Notifications
You must be signed in to change notification settings - Fork 16
/
vercel.json
59 lines (59 loc) · 1.88 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
{
"redirects": [
{
"source": "/",
"destination": "https://docs.hiro.so/stacksjs-starters",
"permanent": false
},
{
"source": "/react(-vite)?",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-react-vite",
"permanent": false
},
{
"source": "/cra",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-react-cra",
"permanent": false
},
{
"source": "/react-cra",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-react-cra",
"permanent": false
},
{
"source": "/angular",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-angular",
"permanent": false
},
{
"source": "/next(js)?",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-react-nextjs",
"permanent": false
},
{
"source": "/react-next(js)?",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-react-nextjs",
"permanent": false
},
{
"source": "/svelte",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-svelte",
"permanent": false
},
{
"source": "/sveltekit",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-sveltekit",
"permanent": false
},
{
"source": "/vue",
"destination": "https://githubbox.com/hirosystems/stacks.js-starters/tree/main/templates/template-vue",
"permanent": false
},
{
"source": "/(.*)",
"destination": "https://github.com/hirosystems/stacks.js-starters",
"permanent": false
}
]
}