From af089185582a5569bff3f711320c536132829ac3 Mon Sep 17 00:00:00 2001 From: Adria Blancafort Date: Sat, 19 Oct 2024 09:51:58 +0200 Subject: [PATCH] fix: remove experimental app directory --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index c9eb18b..a30b587 100644 --- a/next.config.js +++ b/next.config.js @@ -10,9 +10,6 @@ const nextConfig = { }, ], }, - experimental: { - appDir: true, - }, output: "standalone", }