allinix-demo/lander/next.config.ts
2025-02-18 11:17:40 +05:30

9 lines
153 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
};
export default nextConfig;