From ca5922048b7be4e8dfa9e1d05ac10d65c1ec2612 Mon Sep 17 00:00:00 2001 From: TuvalSimha Date: Sun, 16 Jul 2023 14:08:16 +0300 Subject: [PATCH] Added more paths to redirects --- website/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/next.config.js b/website/next.config.js index 21f5824c5..a20204c05 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -96,6 +96,7 @@ export default withGuildDocs({ '/docs/features/fragments': '/docs/data/fragments', '/get-started': '/docs/get-started', '/docs/data/setup#using-dependency-injection': '/docs/data/queries', + '/docs/data/setup.html#using-dependency-injection': '/docs/data/queries', '/docs/data/setup': '/docs/data/queries', '/v1/performance/improving-performance': '/docs/performance/improving-performance', }).map(([from, to]) => ({