diff --git a/lander/next.config.ts b/lander/next.config.ts index e9ffa30..2978fd3 100644 --- a/lander/next.config.ts +++ b/lander/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: 'export', }; export default nextConfig;