next.config.ts 104 B

12345
  1. import type { NextConfig } from "next";
  2. const nextConfig: NextConfig = {};
  3. export default nextConfig;