Added journey page. Removed dashboard.

This commit is contained in:
Mike Cao 2025-06-06 19:44:09 -07:00
parent 3847e32f39
commit cee05d762c
24 changed files with 328 additions and 422 deletions

View file

@ -130,7 +130,7 @@ const redirects = [
},
{
source: '/teams/:id',
destination: '/teams/:id/dashboard',
destination: '/teams/:id/websites',
permanent: true,
},
{