We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e1121f + 47678a4 commit c701e5dCopy full SHA for c701e5d
next.config.mjs
@@ -18,8 +18,8 @@ const nextConfig = {
18
destination: "https://carmel-app-:id.vercel.app/app/:id/:path*"
19
},
20
{
21
- source: "/agent/:id([a-z0-9_-]+)/:path*",
22
- destination: "https://carmel-agent-main.vercel.app/agent/main/:id/:path*"
+ source: "/agent/:path*",
+ destination: "https://carmel-agent-main.vercel.app/agent/:path*"
23
}
24
]
25
0 commit comments