blob: 0b3cd6b1b7f0e8ac8edc7172e05bd0adea4feb57 [file] [log] [blame]
LaoeGaocia82dfe92025-04-01 20:17:11 +08001import type { NextConfig } from "next";
2
3const nextConfig: NextConfig = {
4 /* config options here */
LaoeGaociee7c5772025-05-28 12:34:47 +08005 env: {
6 NEXT_PUBLIC_NGINX_URL: "http://localhost:65/",
7 },
LaoeGaocia82dfe92025-04-01 20:17:11 +08008};
9
10export default nextConfig;