forked from pmndrs/jotai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
151 lines (151 loc) · 3.61 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"functions": {
"api/*.js": {
"memory": 128,
"maxDuration": 30
}
},
"redirects": [
{
"source": "/docs",
"destination": "/docs/introduction",
"permanent": false
},
{
"source": "/docs/utils/:slug",
"destination": "/docs/utilities/:slug",
"permanent": false
},
{
"source": "/docs/advanced-recipes/:slug",
"destination": "/docs/recipes/:slug",
"permanent": false
},
{
"source": "/docs/api/babel",
"destination": "/docs/tools/babel",
"permanent": false
},
{
"source": "/docs/api/core",
"destination": "/docs/core/atom",
"permanent": false
},
{
"source": "/docs/api/devtools",
"destination": "/docs/tools/devtools",
"permanent": false
},
{
"source": "/docs/api/devtools",
"destination": "/docs/tools/devtools",
"permanent": false
},
{
"source": "/docs/api/swc",
"destination": "/docs/tools/swc",
"permanent": false
},
{
"source": "/docs/api/utils",
"destination": "/docs/tools/introduction",
"permanent": false
},
{
"source": "/docs/utils/atom-family",
"destination": "/docs/utilities/family",
"permanent": false
},
{
"source": "/docs/utils/atom-with-default",
"destination": "/docs/utilities/resettable",
"permanent": false
},
{
"source": "/docs/utils/atom-with-hash",
"destination": "/docs/integrations/location",
"permanent": false
},
{
"source": "/docs/utils/atom-with-observable",
"destination": "/docs/utilities/async",
"permanent": false
},
{
"source": "/docs/utils/atom-with-reducer",
"destination": "/docs/utilities/reducer",
"permanent": false
},
{
"source": "/docs/utils/atom-with-reset",
"destination": "/docs/utilities/resettable",
"permanent": false
},
{
"source": "/docs/utils/atom-with-storage",
"destination": "/docs/utilities/storage",
"permanent": false
},
{
"source": "/docs/utils/freeze-atom-creator",
"destination": "/docs/tools/devtools",
"permanent": false
},
{
"source": "/docs/utils/freeze-atom",
"destination": "/docs/tools/devtools",
"permanent": false
},
{
"source": "/docs/utils/loadable",
"destination": "/docs/utilities/async",
"permanent": false
},
{
"source": "/docs/utils/reset",
"destination": "/docs/utilities/resettable",
"permanent": false
},
{
"source": "/docs/utils/select-atom",
"destination": "/docs/utilities/select",
"permanent": false
},
{
"source": "/docs/utils/split-atom",
"destination": "/docs/utilities/split",
"permanent": false
},
{
"source": "/docs/utils/use-atom-callback",
"destination": "/docs/utilities/callback",
"permanent": false
},
{
"source": "/docs/utils/use-atom-value",
"destination": "/docs/core/use-atom",
"permanent": false
},
{
"source": "/docs/utils/use-hydrate-atoms",
"destination": "/docs/utilities/ssr",
"permanent": false
},
{
"source": "/docs/utils/use-reducer-atom",
"destination": "/docs/utilities/reducer",
"permanent": false
},
{
"source": "/docs/utils/use-reset-atom",
"destination": "/docs/utilities/resttable",
"permanent": false
},
{
"source": "/docs/utils/use-update-atom",
"destination": "/docs/core/use-atom",
"permanent": false
}
],
"trailingSlash": false
}