Change the default page to be @hutopy

This commit is contained in:
2024-10-06 03:21:08 -04:00
parent ccfc104b00
commit 907571751d

View File

@@ -31,9 +31,13 @@ const routes = [
component: CTA01
},
{
path: '/',
path: '/landing',
component: Home
},
{
path: '/',
redirect: '/@hutopy',
},
{
path: '/browse',
component: CreatorList