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