diff --git a/templates/next-template/next.config.mjs b/templates/next-template/next.config.mjs index b561a91ebd..94be31c3d5 100644 --- a/templates/next-template/next.config.mjs +++ b/templates/next-template/next.config.mjs @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - experimental: { - appDir: true, - }, } export default nextConfig