next.config.ts 105 B

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