add mainView, reward, community pages

Change-Id: I70da6ed3e91ebf4124c2074b6508192a19ed9909
diff --git a/next.config.ts b/next.config.ts
index 0b3cd6b..1e61e5f 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -4,6 +4,7 @@
   /* config options here */
   env: {
     NEXT_PUBLIC_NGINX_URL: "http://localhost:65/",
+    PUBLIC_URL:"http://127.0.0.1:4523/m1/6387307-6083949-default",
   },
 };