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