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