Skip to content

Commit

Permalink
added dashboard redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Nov 25, 2023
1 parent fcd2453 commit 5c0efa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const nextConfig = {
destination: "/bye",
permanent: false,
},
{
source: "/dashboard",
destination: "/bye",
permanent: false,
},
{
source: "/chat",
destination: "/bye",
Expand Down

0 comments on commit 5c0efa6

Please sign in to comment.