Skip to content

Commit

Permalink
Add redirect to documentation project
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-shanbhag authored Sep 24, 2024
1 parent f8cf306 commit 37bc577
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 @@ -10,4 +10,13 @@ module.exports = {
},
],
},
async redirects() {
return [
{
source: "/synapse",
destination: "https://terrific-friction-15e.notion.site/Documentation-reimagined-62d8db233e9644589bfe3a30e4556708",
permanent: true,
},
]
},
};

0 comments on commit 37bc577

Please sign in to comment.