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

8 lines
116 B
TypeScript
Raw Normal View History

2024-11-29 11:56:23 +00:00
import {NextConfig} from "next"
const nextConfig: NextConfig = {
output: "export",
};
export default nextConfig;