From 5ba2b7e6899c1309890ae7e2d6360c33ecd0a366 Mon Sep 17 00:00:00 2001 From: Micah Kendall Date: Sun, 12 May 2024 00:38:37 +0200 Subject: [PATCH] no redirects --- next.config.js | 9 --------- 1 file changed, 9 deletions(-) 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 },