diff --git a/apps/web/next.config.js b/apps/web/next.config.js index b14c40c..712cd80 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -6,13 +6,4 @@ module.exports = { config.resolve.fallback = { fs: false, net: false, tls: false }; return config; }, - async redirects() { - return [ - { - source: '/', - destination: '/home', - permanent: true, - }, - ] - }, };