From 7ff6a8651ab958d0234f9a16fba68ac6449e1cb5 Mon Sep 17 00:00:00 2001 From: PaRaD1SE98 Date: Tue, 23 May 2023 01:38:22 +0900 Subject: [PATCH] clean next.config.mjs appDir option no longer needed start from nextjs13.4 https://nextjs.org/docs/app/api-reference/next-config-js/appDir --- next.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index da23fd21..9c0ce9fa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - experimental: { - appDir: true, - }, async rewrites() { const ret = [ {