Files
no-copy-frontend/next.config.ts
T

8 lines
129 B
TypeScript
Raw Normal View History

2025-11-24 18:24:36 +07:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-11-25 17:13:16 +07:00
/* output: 'export' */
2025-11-24 18:24:36 +07:00
};
export default nextConfig;