diff --git a/apps/www/next.config.js b/apps/www/next.config.js index 195996e262..e91da0ba13 100644 --- a/apps/www/next.config.js +++ b/apps/www/next.config.js @@ -37,14 +37,6 @@ const nextConfig = { source: "/docs/:match*", destination: "https://unkey.mintlify.dev/docs/:match*", }, - { - source: "/engineering", - destination: "https://engineering.unkey.com/docs", - }, - { - source: "/engineering/:match*", - destination: "https://engineering.unkey.com/docs/:match*", - }, ]; }, async redirects() {