From 907571751dc63181a4c91c8c0f1d887932c284e0 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Sun, 6 Oct 2024 03:21:08 -0400 Subject: [PATCH] Change the default page to be @hutopy --- src/router/router.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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