We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b21190 commit f9f63e9Copy full SHA for f9f63e9
frontend/next.config.js
@@ -53,12 +53,12 @@ const nextConfig = {
53
return [
54
{
55
source: "/admin/:match*",
56
- destination: "https://admin.pycon.it/admin/:match",
+ destination: "https://admin.pycon.it/admin/:match*",
57
permanent: false,
58
},
59
60
source: "/cms-admin/:match*",
61
- destination: "https://admin.pycon.it/cms-admin/:match",
+ destination: "https://admin.pycon.it/cms-admin/:match*",
62
63
64
0 commit comments