From 1371bd3a81cbc49742097b20e109a5887314a7ec Mon Sep 17 00:00:00 2001 From: Jojo Ortiz Date: Tue, 23 Jan 2024 14:10:21 -0800 Subject: [PATCH] remove experimental appDir --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 0046b58b..4042bb77 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', - experimental: { - appDir: true, - }, reactStrictMode: true, images: { unoptimized: true }, }