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