Skip to content

Commit 5e1121f

Browse files
authored
Merge pull request #379 from carmelcity/preview
fixed agent routing
2 parents 7f0e9ba + c8139e5 commit 5e1121f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

next.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ const nextConfig = {
1717
source: "/app/:id([a-z0-9_-]+)/:path*",
1818
destination: "https://carmel-app-:id.vercel.app/app/:id/:path*"
1919
},
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-
},
2820
{
2921
source: "/agent/:id([a-z0-9_-]+)/:path*",
3022
destination: "https://carmel-agent-main.vercel.app/agent/main/:id/:path*"

0 commit comments

Comments
 (0)