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