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

7 lines
95 B
TypeScript
Raw Normal View History

2024-11-29 11:56:23 +00:00
import {NextConfig} from "next"
2024-11-30 18:04:07 +00:00
const nextConfig: NextConfig = {}
export default nextConfig