diff --git a/frontend/next.config.js b/frontend/next.config.js index e001c541..886053a2 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -37,11 +37,6 @@ const nextConfig = { }, redirects() { return [ - { - source: '/dashboard', - destination: '/dashboard/GLOB', - permanent: false, - }, { source: '/map', destination: '/map/GLOB',