Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export default {
main: {
steps: [ 'user', 'site' ],
destination: '/',
},
account: {
steps: [ 'user', 'site' ],
destination: '/',
},
other: {
steps: [ 'user', 'site' ],
destination: '/',
},
filtered: {
steps: [ 'user', 'site' ],
destination: '/',
},
onboarding: {
steps: [
'user',
'site-type',
'site-topic-with-preview',
'site-title-with-preview',
'domains-with-preview',
'plans',
],
destination: '/',
},
'onboarding-blog': {
steps: [ 'user', 'site-type', 'site-topic', 'site-title', 'domains', 'plans' ],
destination: '/',
},
'disallow-resume': {
steps: [
'user',
'site-type',
'site-topic-with-preview',
'site-title-with-preview',
'domains-with-preview',
'plans',
],
destination: '/',
disallowResume: true,
},
};