Skip to content

Commit c3d032a

Browse files
mainawycliffemoshloop
authored andcommitted
fix: redirect silence path to the new for backward compatibility
1 parent b755e2d commit c3d032a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ const config = {
2727
source: "/settings/notifications/:path*",
2828
destination: "/notifications/:path*",
2929
permanent: true
30+
},
31+
{
32+
source: "/notifications/silence",
33+
destination: "/notifications/silences/add",
34+
permanent: true
3035
}
3136
];
3237
},

0 commit comments

Comments
 (0)