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