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