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