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