Skip to content

Commit

Permalink
redirect has base
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Oct 2, 2024
1 parent 68124e7 commit f25289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website-astro/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ export default defineConfig({
react(),
],
redirects: {
"/docs": "/current/introduction/installation/",
"/docs": base + "current/introduction/installation/",
},
});

0 comments on commit f25289d

Please sign in to comment.