LaoeGaoci | a82dfe9 | 2025-04-01 20:17:11 +0800 | [diff] [blame] | 1 | import type { NextConfig } from "next"; |
2 | |||||
3 | const nextConfig: NextConfig = { | ||||
4 | /* config options here */ | ||||
LaoeGaoci | ee7c577 | 2025-05-28 12:34:47 +0800 | [diff] [blame^] | 5 | env: { |
6 | NEXT_PUBLIC_NGINX_URL: "http://localhost:65/", | ||||
7 | }, | ||||
LaoeGaoci | a82dfe9 | 2025-04-01 20:17:11 +0800 | [diff] [blame] | 8 | }; |
9 | |||||
10 | export default nextConfig; |