Skip to content

Commit

Permalink
chore: add handy redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Nov 4, 2024
1 parent 4fa4f6f commit 4103cd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ const config = withSerwist({
experimental: {
reactCompiler: true,
},
async redirects() {
return [
{
source: "/github",
destination: "https://github.com/FleetAdmiralJakob/chat-io",
permanent: true,
},
];
},
});

export default config;

0 comments on commit 4103cd3

Please sign in to comment.