Skip to content

Commit

Permalink
redirect to /schedule/tuesday from /schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Feb 25, 2025
1 parent 6075f37 commit 148bf82
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 @@ -11,4 +11,7 @@ export default defineConfig({
}
}
},
redirects: {
"/schedule": "/schedule/tuesday"
}
});

0 comments on commit 148bf82

Please sign in to comment.