docs(docs-infra): redefine /guide/pipes redirect

Update the definition of the `/guide/pipes` redirect in order to avoid breaking the `a.dev/guide` redirect to Not Found page.
This commit is contained in:
hawkgs 2026-03-24 14:44:41 +02:00 committed by Leon Senft
parent c9f7a7f649
commit 78c2d0aa19

View file

@ -128,13 +128,8 @@ export const REDIRECT_ROUTES: Route[] = [
redirectTo: '/tools/cli/build-system-migration#hot-module-replacement',
},
{
path: 'guide',
children: [
{
path: 'pipes',
redirectTo: '/guide/templates/pipes',
},
],
path: 'guide/pipes',
redirectTo: '/guide/templates/pipes',
},
{
path: 'guide/experimental/zoneless',