allinix-demo/lander/next.config.ts
2025-02-18 06:06:37 +05:30

9 lines
150 B
TypeScript

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