jp-visser/next.config.ts
2026-04-14 21:39:50 +02:00

5 lines
104 B
TypeScript

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