diff --git a/src/core/features/tag/tag-lazy.module.ts b/src/core/features/tag/tag-lazy.module.ts index 83079cbcb..a6f3b6c7a 100644 --- a/src/core/features/tag/tag-lazy.module.ts +++ b/src/core/features/tag/tag-lazy.module.ts @@ -45,7 +45,7 @@ function buildRoutes(injector: Injector): Routes { }, { ...indexAreaRoute, - path: `${indexAreaRoute.path}/index`, + path: `index/${indexAreaRoute.path}`, }, ];