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