diff --git a/next.config.js b/next.config.js index 39656ff8..67346ff9 100644 --- a/next.config.js +++ b/next.config.js @@ -3,9 +3,6 @@ const nextConfig = { images: { domains: ['uploadthing.com', 'lh3.googleusercontent.com'], }, - experimental: { - appDir: true - } } module.exports = nextConfig