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' }], },