-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvercel.json
More file actions
28 lines (28 loc) · 734 Bytes
/
Copy pathvercel.json
File metadata and controls
28 lines (28 loc) · 734 Bytes
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
{
"redirects": [
{
"source": "/deck",
"destination": "https://next-i18n-presentation.vercel.app/slides/1"
},
{
"source": "/sandbox",
"destination": "https://codesandbox.io/s/serene-water-ldobx?file=/next-i18next.config.js"
},
{
"source": "/demo",
"destination": "https://csb-ldobx-6tpdmw4fb-alessbell.vercel.app/"
},
{
"source": "/sea-slides",
"destination": "https://sea-presentation.vercel.app/"
},
{
"source": "/defer",
"destination": "https://defer-presentation.vercel.app/"
},
{
"source": "/nyc",
"destination": "https://alessia.notion.site/Ghost-Castle-User-Guide-6476e1a84524471fab29c8806743de36"
}
]
}