Skip to content

Commit f9f63e9

Browse files
committed
fix multi-match redirects
1 parent 7b21190 commit f9f63e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ const nextConfig = {
5353
return [
5454
{
5555
source: "/admin/:match*",
56-
destination: "https://admin.pycon.it/admin/:match",
56+
destination: "https://admin.pycon.it/admin/:match*",
5757
permanent: false,
5858
},
5959
{
6060
source: "/cms-admin/:match*",
61-
destination: "https://admin.pycon.it/cms-admin/:match",
61+
destination: "https://admin.pycon.it/cms-admin/:match*",
6262
permanent: false,
6363
},
6464
{

0 commit comments

Comments
 (0)