Files
2026-08-22 03:58:50 +02:00

6 lines
121 B
TypeScript

import type { NextConfig } from "next";
// next.config.ts
const nextConfig: NextConfig = {};
export default nextConfig;