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