blob: 0b3cd6b1b7f0e8ac8edc7172e05bd0adea4feb57 [file] [log] [blame]
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
env: {
NEXT_PUBLIC_NGINX_URL: "http://localhost:65/",
},
};
export default nextConfig;