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