pages: fix redirect from dashboard url
This commit is contained in:
parent
7c4098b2dc
commit
2b243abb82
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const router = createRouter({
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "dashboard",
|
name: "dashboard",
|
||||||
redirect: { name: "audience" },
|
redirect: { name: "audience_contacts" },
|
||||||
},
|
},
|
||||||
...audienceRoutes,
|
...audienceRoutes,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue