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