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