diff --git a/web/next.config.js b/web/next.config.js index 772c2ab05..0338bc30b 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -1,8 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - experimental: { - appDir: true, - }, output: "standalone", rewrites: async () => { // In production, something else (nginx in the one box setup) should take