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