Skip to content

Commit

Permalink
config: redirect 'logs' to 'configuration/logs' (fr)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jul 9, 2024
1 parent a46abb7 commit b205cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,7 @@ export default defineConfig({
],
}),
],
redirects: {
'/logs': '/configuration/logs'
}
});

0 comments on commit b205cc1

Please sign in to comment.