diff --git a/next.config.js b/next.config.js index 7145cc4..5182a70 100644 --- a/next.config.js +++ b/next.config.js @@ -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 },