From 5b223fb2b0f2e0e35cc15a1ff4e1de5b0704a158 Mon Sep 17 00:00:00 2001 From: dongree Date: Tue, 5 Mar 2024 21:57:06 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20next=20config=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 79bf735..df01479 100644 --- a/next.config.js +++ b/next.config.js @@ -6,9 +6,6 @@ const withPWA = require('next-pwa')({ const nextConfig = { output: 'standalone', - experimental: { - appDir: true, - }, images: { remotePatterns: [{ protocol: 'https', hostname: 'store.inforum24.com' }], },