hongjli
2025-06-05 7c75be06b084a57193d9915c6197294049a365c5
1
2
3
4
5
6
7
import type { NextConfig } from "next";
 
const nextConfig: NextConfig = {
  /* config options here */
};
 
export default nextConfig;