commit | ee7c57748397320e78b02272f7792f815a965c9f | [log] [tgz] |
---|---|---|
author | LaoeGaoci <1523796237@qq.com> | Wed May 28 12:34:47 2025 +0800 |
committer | LaoeGaoci <1523796237@qq.com> | Wed May 28 12:34:47 2025 +0800 |
tree | 046fc09103560f8173aa7ba393e3a917da1abf06 | |
parent | a82dfe99f3b9e271c9aaa485115df16295fef599 [diff] [blame] |
frontend: add community Change-Id: I929c21d82ddab39d8b210b229ff7559320c1d853
diff --git a/next.config.ts b/next.config.ts index e9ffa30..0b3cd6b 100644 --- a/next.config.ts +++ b/next.config.ts
@@ -2,6 +2,9 @@ const nextConfig: NextConfig = { /* config options here */ + env: { + NEXT_PUBLIC_NGINX_URL: "http://localhost:65/", + }, }; export default nextConfig;