Skip to content

Commit

Permalink
fix: redirect silence path to the new for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 16, 2024
1 parent b755e2d commit c3d032a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ const config = {
source: "/settings/notifications/:path*",
destination: "/notifications/:path*",
permanent: true
},
{
source: "/notifications/silence",
destination: "/notifications/silences/add",
permanent: true
}
];
},
Expand Down

0 comments on commit c3d032a

Please sign in to comment.