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