diff --git a/.env b/.env index de6f428..20cedf1 100644 --- a/.env +++ b/.env @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.development b/.env.development index 13b9ef2..6ce8101 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,7 @@ PANEL_URL=https://dev-panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.local b/.env.local index de6f428..20cedf1 100644 --- a/.env.local +++ b/.env.local @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.production b/.env.production index de6f428..20cedf1 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,7 @@ PANEL_URL=https://panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.test b/.env.test index 47011b0..efcd050 100644 --- a/.env.test +++ b/.env.test @@ -5,6 +5,7 @@ PANEL_URL=https://qa-panel.mermsemr.com # auth routes NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup +NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/pages/contacts.js b/pages/contacts.js index afd5a1b..42a7f8a 100644 --- a/pages/contacts.js +++ b/pages/contacts.js @@ -105,7 +105,7 @@ export default function Home() { {/* Contact Form Button */} -