diff --git a/keep-ui/next.config.js b/keep-ui/next.config.js index 4589bc81f..d1d4e6025 100644 --- a/keep-ui/next.config.js +++ b/keep-ui/next.config.js @@ -41,8 +41,8 @@ const nextConfig = { : [ { source: "/", - destination: "/providers", - permanent: true, + destination: "/incidents", + permanent: process.env.ENV === "production", }, ]; },