diff --git a/next.config.js b/next.config.js index d3a199a..6adbc63 100644 --- a/next.config.js +++ b/next.config.js @@ -43,7 +43,7 @@ module.exports = withLess( return [ { source: '/', - destination: '/dashboard/workplace', + destination: '/login', permanent: true } ];