diff --git a/apps/landing/next.config.ts b/apps/landing/next.config.ts index e9ffa30..afcbe7e 100644 --- a/apps/landing/next.config.ts +++ b/apps/landing/next.config.ts @@ -1,7 +1,10 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: 'export', + images: { + unoptimized: true, + }, }; export default nextConfig;