diff --git a/next.config.js b/next.config.js index 8e5e9416..c30aa384 100644 --- a/next.config.js +++ b/next.config.js @@ -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',