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

6 lines
96 B
TypeScript
Raw Normal View History

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