diff --git a/apps/www/next.config.js b/apps/www/next.config.js index 3c7027715..00837c0fa 100644 --- a/apps/www/next.config.js +++ b/apps/www/next.config.js @@ -32,12 +32,10 @@ const nextConfig = { { source: "/docs", destination: "https://unkey.mintlify.dev/docs", - permanent: true, }, { source: "/docs/:match*", destination: "https://unkey.mintlify.dev/docs/:match*", - permanent: true, }, ]; },