Skip to content

Commit ab9e3ad

Browse files
committed
fixes for website 404
1 parent 0b41a96 commit ab9e3ad

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

website/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default withGuildDocs({
2121
'/docs/advanced': '/docs/advanced/subscriptions',
2222
'/docs/next/recipes/migration': '/docs/recipes/migration',
2323
'/docs/legacy/introduction/context': '/docs/get-started',
24+
'/docs/guides/data-sources': '/docs/get-started',
2425
}).map(([from, to]) => ({
2526
source: from,
2627
destination: to,

website/public/img/docs/di.png

454 KB
Loading

0 commit comments

Comments
 (0)