Task/reuse blog path of public routes in sitemap service (#5608)

* Reuse blog path of public routes
pull/5620/head
Thomas Kaul 7 months ago committed by GitHub
parent eaa87abc20
commit a86afee6e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -124,7 +124,7 @@ export class SitemapService {
languageCode,
rootUrl,
route: {
routerLink: ['blog', ...routerLink],
routerLink: [publicRoutes.blog.path, ...routerLink],
path: undefined
}
});

Loading…
Cancel
Save