Skip to content

Commit c701e5d

Browse files
authored
Merge pull request #383 from carmelcity/preview
updated paths
2 parents 5e1121f + 47678a4 commit c701e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const nextConfig = {
1818
destination: "https://carmel-app-:id.vercel.app/app/:id/:path*"
1919
},
2020
{
21-
source: "/agent/:id([a-z0-9_-]+)/:path*",
22-
destination: "https://carmel-agent-main.vercel.app/agent/main/:id/:path*"
21+
source: "/agent/:path*",
22+
destination: "https://carmel-agent-main.vercel.app/agent/:path*"
2323
}
2424
]
2525
},

0 commit comments

Comments
 (0)