diff --git a/front/next.config.js b/front/next.config.js index 0bacc25a..b8c0a4e7 100644 --- a/front/next.config.js +++ b/front/next.config.js @@ -7,10 +7,6 @@ const { withSentryConfig } = require('@sentry/nextjs'); /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, - experimental: { - appDir : true, - swcFileReading: false, - }, swcMinify: false, compiler: { styledComponents: true,