From 370b8c2b529a43f22260d21b8fce03402b025498 Mon Sep 17 00:00:00 2001 From: Simao Rodrigues Date: Thu, 30 Nov 2023 07:50:32 +0000 Subject: [PATCH] Remove no longer used reference to the dashboard in next config --- frontend/next.config.js | 5 ----- 1 file changed, 5 deletions(-) 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',