From 3f8af45b641fc3188f736066b5f9c0c6ae9d72ae Mon Sep 17 00:00:00 2001 From: DieselTech <30128380+DieselTech@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:31:41 -0500 Subject: [PATCH] Update next.config.js --- next.config.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/next.config.js b/next.config.js index 32835e0..aa224e3 100644 --- a/next.config.js +++ b/next.config.js @@ -17,19 +17,4 @@ const nextConfig = { }; module.exports = nextConfig, - -async redirects() { - return [ - { - destination: '/installation/getting-started', - permanent: true, - source: '/installation', - }, - { - destination: '/moved', - permanent: true, - source: '/en/:path*', - } - ] -}, }