diff --git a/next.config.mjs b/next.config.mjs index 5501ef9..8f9dc9b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,12 +1,12 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', typescript: { ignoreBuildErrors: true, }, images: { unoptimized: true, }, - } -export default nextConfig \ No newline at end of file +export default nextConfig