From 4643f3c3d797b6bba2287949130b155dcf49fa3a Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 10 Feb 2022 16:40:48 -0600 Subject: [PATCH] Ensure /index route is redirected correctly (#34206) --- docs/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 58e4ac62768c5..95e970bcb51b0 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -22,6 +22,12 @@ "destination": "/docs/basic-features/data-fetching/overview" } }, + { + "path": "/docs/basic-features/data-fetching/index", + "redirect": { + "destination": "/docs/basic-features/data-fetching/overview" + } + }, { "title": "Overview", "path": "/docs/basic-features/data-fetching/overview.md"