Skip to content

Commit

Permalink
add canny redirect (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer authored Apr 29, 2024
1 parent 0ba6c69 commit 85bc74b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/www/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ let config = {
"https://livepeer.notion.site/livepeer/Livepeer-Inc-6898d5451e2b40e79b1225812f4f1705",
permanent: false,
},
{
source: "/changelog",
destination: "https://livepeer.canny.io",
permanent: false,
},
];
},
};
Expand Down

0 comments on commit 85bc74b

Please sign in to comment.