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