Skip to content

Commit

Permalink
fix: 🐛 wrong redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Oct 28, 2023
1 parent 500bad5 commit b0c040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const nextConfig = {
return [
{
source: '/',
destination: '/chat',
destination: '/agents',
permanent: true,
has: [
{
Expand Down

1 comment on commit b0c040c

@vercel
Copy link

@vercel vercel bot commented on b0c040c Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.