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