Skip to content

Commit

Permalink
fix: remove dynamic routes
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Sep 29, 2024
1 parent 5ad899b commit 9f58e8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ export default defineConfig({
],
redirects: {
'/ecosystem/tools/overview': '/ecosystem',
'/ecosystem/tools/[...slug]': '/ecosystem/[...slug]',
'/ecosystem/tools/typescript': '/ecosystem/typescript',
'/ecosystem/tools/jetbrains': '/ecosystem/jetbrains',
'/ecosystem/tools/vscode': '/ecosystem/vscode',
'/ecosystem/tools/misti': '/ecosystem/misti',
},
});

0 comments on commit 9f58e8b

Please sign in to comment.