Change the default page to be @hutopy
This commit is contained in:
@@ -31,9 +31,13 @@ const routes = [
|
||||
component: CTA01
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
path: '/landing',
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
redirect: '/@hutopy',
|
||||
},
|
||||
{
|
||||
path: '/browse',
|
||||
component: CreatorList
|
||||
|
||||
Reference in New Issue
Block a user