nrx.sh/next.config.ts

6 lines
104 B
TypeScript
Raw Normal View History

2025-04-02 00:17:25 +02:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;