diff --git a/next.config.mjs b/next.config.mjs index b612248..0d7c9b9 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,7 +7,7 @@ const nextConfig = { /* config options here */ reactStrictMode: true, swcMinify: true, - output: 'standalone', + // output: 'standalone', images: isExport ? { unoptimized: true } : {}, experimental: { // runtime: 'experimental-edge', @@ -21,4 +21,4 @@ const nextConfig = { pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'], }; -export default nextConfig; +export default nextConfig; \ No newline at end of file