1
Fork 0
holycow/holycow_frontend/next.config.ts

7 lines
116 B
TypeScript

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