diff --git a/src/router/router.js b/src/router/router.js index 061a13c..deeef2f 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -31,9 +31,13 @@ const routes = [ component: CTA01 }, { - path: '/', + path: '/landing', component: Home }, + { + path: '/', + redirect: '/@hutopy', + }, { path: '/browse', component: CreatorList