Skip to content

Commit

Permalink
Redirect to incidents
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Sep 25, 2024
1 parent cc36a28 commit d86fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keep-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const nextConfig = {
: [
{
source: "/",
destination: "/providers",
permanent: true,
destination: "/incidents",
permanent: process.env.ENV === "production",
},
];
},
Expand Down

0 comments on commit d86fafd

Please sign in to comment.