From 829b50571db8aee7bb9c1f6cf43d5fa1ad675483 Mon Sep 17 00:00:00 2001 From: Weves Date: Sat, 7 Oct 2023 22:54:17 -0700 Subject: [PATCH] Remove outdated experimental config in NextJS --- web/next.config.js | 3 --- 1 file changed, 3 deletions(-) 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