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;