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