diff --git a/client/next.config.js b/client/next.config.js index 58ae850..00da3ce 100644 --- a/client/next.config.js +++ b/client/next.config.js @@ -3,8 +3,7 @@ const nextConfig = { reactStrictMode: true, images: { unoptimized: true - }, - output: 'export' + } }; module.exports = nextConfig;