-
Notifications
You must be signed in to change notification settings - Fork 7
/
next.config.js
301 lines (300 loc) · 11.6 KB
/
next.config.js
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
staticImage: true,
}
)
module.exports = withNextra({
redirects: () => [
{
source: '/get-started/creating-your-passport',
destination: 'https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/creating-your-passport',
permanent: true,
basePath: false
},
{
source: '/overview/creating-your-passport',
destination: 'https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/creating-your-passport',
permanent: true,
basePath: false
},
{
source: '/get-started/collecting-stamps',
destination: 'https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/what-are-stamps',
permanent: true,
basePath: false
},
{
source: '/get-started/presenting-your-passport',
destination: 'https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/presenting-your-passport',
permanent: true,
basePath: false
},
{
source: '/get-started/faq',
destination: 'https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/common-questions',
permanent: true,
basePath: false
},
{
source: '/overview/introducing-gitcoin-passport',
destination: '/',
permanent: true
},
{
source: '/overview/readme',
destination: '/',
permanent: true
},
{
source: '/overview/presenting-your-passport',
destination: '/',
permanent: true
},
{
source: '/overview/overview',
destination: '/overview/why-passport-xyz',
permanent: true
},
{
source: '/overview/when-to-use-gitcoin-passport',
destination: '/overview/use-cases',
permanent: true
},
{
source: '/building-with-passport/major-concepts',
destination: '/overview/key-terms',
permanent: true
},
{
source: '/building-with-passport/how-it-works',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/get-started/how-it-works',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/scorer-api',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/scorer-api/api-access',
destination: '/building-with-passport/passport-api/getting-access',
permanent: true
},
{
source: '/building-with-passport/quick-start',
destination: '/building-with-passport/passport-api/quick-start-guide',
permanent: true
},
{
source: '/building-with-passport/integration-guides',
destination: '/building-with-passport/passport-api-v1/tutorials',
permanent: true
},
{
source: '/building-with-passport/integration-guides/gating-access-with-passport-scores',
destination: '/building-with-passport/passport-api-v1/tutorials/gating-access-with-passport-scores',
permanent: true
},
{
source: '/building-with-passport/integration-guides/integrating-stamps-and-scorers',
destination: '/building-with-passport/passport-api-v1/tutorials/integrating-stamps-and-scorers',
permanent: true
},
{
source: '/building-with-passport/integration-guides/working-with-stamp-metadata',
destination: '/building-with-passport/passport-api-v1/tutorials/working-with-stamp-metadata',
permanent: true
},
{
source: '/building-with-passport/integration-guides/requiring-a-passport-score-for-airdrop-claim',
destination: '/building-with-passport/passport-api-v1/tutorials/requiring-a-passport-score-for-airdrop-claim',
permanent: true
},
{
source: '/building-with-passport/integration-guides/integrating-onchain-stamp-data',
destination: '/building-with-passport/smart-contracts/integrating-onchain-stamp-data',
permanent: true
},
{
source: '/building-with-passport/tutorials/integrating-onchain-stamp-data',
destination: '/building-with-passport/smart-contracts/integrating-onchain-stamp-data',
permanent: true
},
{
source: '/building-with-passport/scorer-api/status-and-error-codes',
destination: '/building-with-passport/passport-api/status-and-error-codes',
permanent: true
},
{
source: '/building-with-passport/scorer-api/reading-passport-stamps',
destination: '/building-with-passport/passport-api/data-dictionary',
permanent: true
},
{
source: '/building-with-passport/scorer-api/endpoint-definition',
destination: '/building-with-passport/passport-api/api-reference',
permanent: true
},
{
source: '/building-with-passport/passport-sdk-deprecated',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/passport-sdk-deprecated/getting-started',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/passport-sdk-deprecated/integrating-passport-in-your-dapp',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/case-studies/bankless-academy',
destination: '/use-cases',
permanent: true
},
{
source: '/building-with-passport',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/getting-access',
destination: '/building-with-passport/passport-api/getting-access',
permanent: true
},
{
source: '/building-with-passport/quick-start-guide',
destination: '/building-with-passport/passport-api/quick-start-guide',
permanent: true
},
{
source: '/building-with-passport/api-reference',
destination: '/building-with-passport/passport-api/api-reference',
permanent: true
},
{
source: '/building-with-passport/major-concepts/data-dictionary',
destination: '/building-with-passport/passport-api/data-dictionary',
permanent: true
},
{
source: '/building-with-passport/data-dictionary',
destination: '/building-with-passport/passport-api/data-dictionary',
permanent: true
},
{
source: '/building-with-passport/major-concepts/status-and-error-codes',
destination: '/building-with-passport/passport-api/status-and-error-codes',
permanent: true
},
{
source: '/building-with-passport/major-concepts/onchain-passports',
destination: '/building-with-passport/smart-contracts/overview',
permanent: true
},
{
source: '/building-with-passport/contract-reference',
destination: '/building-with-passport/smart-contracts/contract-reference',
permanent: true
},
{
source: '/building-with-passport/attestation-schema',
destination: '/building-with-passport/smart-contracts/attestation-schema',
permanent: true
},
{
source: '/building-with-passport/major-concepts/platform-integrator-concepts',
destination: '/building-with-passport/major-concepts/educating-users',
permanent: true
},
{
source: '/building-with-passport/tutorials',
destination: '/building-with-passport/passport-api-v1/tutorials',
permanent: true
},
{
source: '/building-with-passport/tutorials/client-side-scoring',
destination: '/building-with-passport/passport-api-v1/tutorials/client-side-scoring',
permanent: true
},
{
source: '/building-with-passport/tutorials/gating-access-with-passport-scores',
destination: '/building-with-passport/passport-api-v1/tutorials/gating-access-with-passport-scores',
permanent: true
},
{
source: '/building-with-passport/tutorials/integrating-stamps-and-scores',
destination: '/building-with-passport/passport-api-v1/tutorials/integrating-stamps-and-scores',
permanent: true
},
{
source: '/building-with-passport/tutorials/requiring-a-passport-score-for-airdrop-claim',
destination: '/building-with-passport/passport-api-v1/tutorials/requiring-a-passport-score-for-airdrop-claim',
permanent: true
},
{
source: '/building-with-passport/tutorials/working-with-stamp-metadata',
destination: '/building-with-passport/passport-api-v1/tutorials/working-with-stamp-metadata',
permanent: true
},
{
source: '/building-with-passport/tutorials/integrating-onchain-stamp-data',
destination: '/building-with-passport/smart-contracts/integrating-onchain-stamp-data',
permanent: true
},
{
source: '/building-with-passport/model-based-detection',
destination: '/building-with-passport/model-based-detection/overview',
permanent: true
},
{
source: '/building-with-passport/passport-api',
destination: '/building-with-passport/passport-api/overview',
permanent: true
},
{
source: '/building-with-passport/passport-api/tutorials',
destination: '/building-with-passport/passport-api-v1/tutorials',
permanent: true
},
{
source: '/building-with-passport/major-concepts/scoring-mechanisms',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/airdrops',
destination: '/building-with-passport/introduction',
permanent: true
},
{
source: '/building-with-passport/passport-api-v2',
destination: '/building-with-passport/passport-api',
permanent: true
},
{
source: '/building-with-passport/passport-api-v2/overview',
destination: '/building-with-passport/passport-api/overview',
permanent: true
},
{
source: '/building-with-passport/passport-api-v2/api-reference',
destination: '/building-with-passport/passport-api/api-reference',
permanent: true
},
{
source: '/building-with-passport/passport-api-v2/getting-access',
destination: '/building-with-passport/passport-api/getting-access',
permanent: true
}
]
})