diff --git a/next.config.js b/next.config.js index 5dda14c..eec5d54 100644 --- a/next.config.js +++ b/next.config.js @@ -2,14 +2,5 @@ module.exports = { reactStrictMode: true, eslint: { ignoreDuringBuilds: true - }, - async redirects() { - return [ - { - source: '/', - destination: '/home', - permanent: false - } - ] - } + } }