Skip to content

Commit

Permalink
Added more paths to redirects (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha authored Jul 16, 2023
1 parent 67f48dd commit f9671d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]) => ({
Expand Down

0 comments on commit f9671d2

Please sign in to comment.