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