diff --git a/next.config.mjs b/next.config.mjs index f586d65..5fee4fa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', images: { unoptimized: true, },