Skip to content

Commit

Permalink
fix: redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
okisdev committed Jun 14, 2023
1 parent beb9efd commit 6774107
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ const nextConfig = withPWA({
reactStrictMode: true,
async redirects() {
return [
{
source: '/dashboard/:path*',
destination: '/login',
permanent: true,
},
{
source: '/dashboard/profile',
destination: '/dashboard/profile/info',
Expand Down

1 comment on commit 6774107

@vercel
Copy link

@vercel vercel bot commented on 6774107 Jun 14, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

chat-chat – ./

chatchat-main.vercel.app
chat-chat-git-main-okisdev.vercel.app
chat-chat-okisdev.vercel.app

Please sign in to comment.