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