Skip to content

Commit

Permalink
no redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed May 11, 2024
1 parent 88f23d5 commit 5ba2b7e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ const withNextra = nextra({
});

module.exports = {
async redirects() {
return [
{
source: "/example--hello-world",
destination: "/example--hello-world/basics",
permanent: true,
},
];
},
...withNextra({
output: "export",
images: { unoptimized: true },
Expand Down

0 comments on commit 5ba2b7e

Please sign in to comment.