Skip to content

Commit

Permalink
fix(chat): allow colon for next redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Jan 13, 2025
1 parent 59d581d commit 4bc7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const nextConfig = {
permanent: false,
},
{
source: '/models/:slug([A-Za-z0-9@.-]+)',
source: '/models/:slug([A-Za-z0-9@.:-]+)',
destination: '/?isolated-model-id=:slug',
permanent: false,
},
Expand Down

0 comments on commit 4bc7086

Please sign in to comment.