Skip to content

Commit

Permalink
Add redirect to Adventure
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Aug 29, 2024
1 parent 84b0fa5 commit cc1a641
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 @@ -10,4 +10,7 @@ export default defineConfig({
devSourcemap: true,
},
},
redirects: {
"/adventure": "https://adventure.samuel.hackclub.app",
},
});

0 comments on commit cc1a641

Please sign in to comment.