diff --git a/apps/landing/next.config.ts b/apps/landing/next.config.ts index 55354d2..296372c 100644 --- a/apps/landing/next.config.ts +++ b/apps/landing/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from 'next'; const nextConfig: NextConfig = { - output: 'export', + output: 'standalone', images: { unoptimized: true, },