Skip to content

Commit 170f48a

Browse files
authored
Website: fix page 404 (#2275)
Signed-off-by: Tuval Simha <[email protected]> Signed-off-by: Tuval Simha <[email protected]>
1 parent ba862a3 commit 170f48a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export default withGuildDocs({
2020
'/docs/next/recipes/migration': '/docs/recipes/migration',
2121
'/docs/legacy/introduction/context': '/docs/get-started',
2222
'/docs/guides/data-sources': '/docs/get-started',
23+
'/docs/introduction/dependency-injection': '/docs/di/introduction',
24+
'/docs/introduction/resolvers-composition': '/docs/essentials/resolvers',
2325
}).map(([from, to]) => ({
2426
source: from,
2527
destination: to,

0 commit comments

Comments
 (0)