forked from themesberg/flowbite-svelte-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvercel.json
94 lines (94 loc) · 2.57 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
92
93
94
{
"redirects": [
{
"source": "/",
"destination": "https://flowbite-svelte.com/admin-dashboard",
"permanent": true
},
{
"source": "/dashboard",
"destination": "https://flowbite-svelte.com/admin-dashboard/dashboard",
"permanent": true
},
{
"source": "/layouts/stacked",
"destination": "https://flowbite-svelte.com/admin-dashboard/layouts/stacked",
"permanent": true
},
{
"source": "/layouts/sidebar",
"destination": "https://flowbite-svelte.com/admin-dashboard/layouts/sidebar",
"permanent": true
},
{
"source": "/crud/products",
"destination": "https://flowbite-svelte.com/admin-dashboard/crud/products",
"permanent": true
},
{
"source": "/crud/users",
"destination": "https://flowbite-svelte.com/admin-dashboard/crud/users",
"permanent": true
},
{
"source": "/settings",
"destination": "https://flowbite-svelte.com/admin-dashboard/settings",
"permanent": true
},
{
"source": "/pages/pricing",
"destination": "https://flowbite-svelte.com/admin-dashboard/pages/pricing",
"permanent": true
},
{
"source": "/errors/400",
"destination": "https://flowbite-svelte.com/admin-dashboard/errors/400",
"permanent": true
},
{
"source": "/errors/404",
"destination": "https://flowbite-svelte.com/admin-dashboard/errors/404",
"permanent": true
},
{
"source": "/errors/500",
"destination": "https://flowbite-svelte.com/admin-dashboard/errors/500",
"permanent": true
},
{
"source": "/authentication/sign-in",
"destination": "https://flowbite-svelte.com/admin-dashboard/authentication/sign-in",
"permanent": true
},
{
"source": "/authentication/sign-up",
"destination": "https://flowbite-svelte.com/admin-dashboard/authentication/sign-up",
"permanent": true
},
{
"source": "/authentication/forgot-password",
"destination": "https://flowbite-svelte.com/admin-dashboard/authentication/forgot-password",
"permanent": true
},
{
"source": "/authentication/reset-password",
"destination": "https://flowbite-svelte.com/admin-dashboard/authentication/reset-password",
"permanent": true
},
{
"source": "/authentication/profile-lock",
"destination": "https://flowbite-svelte.com/admin-dashboard/authentication/profile-lock",
"permanent": true
},
{
"source": "/playground/stacked",
"destination": "https://flowbite-svelte.com/admin-dashboard/playground/stacked",
"permanent": true
},
{
"source": "/playground/sidebar",
"destination": "https://flowbite-svelte.com/admin-dashboard/playground/sidebar",
"permanent": true
}
]
}