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