Skip to content

Commit

Permalink
Fix routes to 404 (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Jul 16, 2023
1 parent c1d66ba commit 67f48dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export default withGuildDocs({
'/docs/1.0/features/subscriptions': '/v1/features/subscriptions',
'/docs/features/fragments': '/docs/data/fragments',
'/get-started': '/docs/get-started',
'/docs/data/setup#using-dependency-injection': '/docs/data/queries',
'/docs/data/setup': '/docs/data/queries',
'/v1/performance/improving-performance': '/docs/performance/improving-performance',
}).map(([from, to]) => ({
source: from,
destination: to,
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/v1/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Here are some in particular:
- **Angular Router**: Apollo Client is completely router-independent, which means you can use it
with any version of [Angular Router](https://github.com/angular/angular) or any other routing
library for Angular. It's even easy to set up
[server-side rendering](./recipes/server-side-rendering)
[server-side rendering](./v1/recipes/server-side-rendering)
- **Ionic**: Apollo works great with [Ionic Framework](http://ionicframework.com) apps written in
Angular

Expand Down

0 comments on commit 67f48dd

Please sign in to comment.