Files
neru.rip/next.config.ts
T
2025-12-28 18:00:18 -03:00

10 lines
176 B
TypeScript

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