diff --git a/next.config.mjs b/next.config.mjs index 6f4424f..7b59de6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,7 @@ try { /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', reactStrictMode: false, eslint: { ignoreDuringBuilds: true,