Skip to content

Commit

Permalink
Remove no longer used reference to the dashboard in next config
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Nov 30, 2023
1 parent 6d8c19b commit 370b8c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ const nextConfig = {
},
redirects() {
return [
{
source: '/dashboard',
destination: '/dashboard/GLOB',
permanent: false,
},
{
source: '/map',
destination: '/map/GLOB',
Expand Down

0 comments on commit 370b8c2

Please sign in to comment.