Files
lytsup-site/next.config.ts
R-Bharathraj 3cb2613195 first commit
2026-07-15 17:13:09 +05:30

8 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;