From e40b5746055cf8376d4795bdca7aad46734f89ef Mon Sep 17 00:00:00 2001 From: tokslaw Date: Wed, 1 Feb 2023 17:16:01 -0500 Subject: [PATCH] env added --- components/_App/Footer.js | 12 ++++++------ components/_App/TopHeader.js | 10 +++++----- next.config.js | 13 +++++++++++++ 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/components/_App/Footer.js b/components/_App/Footer.js index 1111858..2d6d0fe 100755 --- a/components/_App/Footer.js +++ b/components/_App/Footer.js @@ -15,17 +15,17 @@ const Footer = () => { @@ -140,7 +140,7 @@ const Footer = () => {
-

Copyright © {currentYear} Design & Developed by HiBootstrap

+

Copyright © {currentYear} Design & Developed by ChiefSoft Works

diff --git a/components/_App/TopHeader.js b/components/_App/TopHeader.js index 5788b62..146d2e3 100755 --- a/components/_App/TopHeader.js +++ b/components/_App/TopHeader.js @@ -10,20 +10,20 @@ const TopHeader = () => {
diff --git a/next.config.js b/next.config.js index 1a5625a..0499dd3 100755 --- a/next.config.js +++ b/next.config.js @@ -8,6 +8,19 @@ module.exports = { locales: ['en', 'ar'], defaultLocale: 'en', }, + env: { + REACT_APP_US_ADDRESS_USA: '32,Oatgrass Dr, Grayson,GA,30017', + REACT_APP_US_PHONE: '(415) 251-7583', + REACT_APP_SUPPORT_EMAIL: 'support@mermsemr.com', + REACT_APP_YEAR:2023, + REACT_APP_ANDROID_URL:'https://play.google.com/store/apps/details?id=com.mermsemr.myfit', + REACT_APP_IOS_URL:'https://play.google.com/store/apps/details?id=com.mermsemr.myfit', + REACT_APP_APPSITE:'http://localhost:9050', + REACT_APP_FACEBOOK:'https://www.facebook.com/profile.php?id=100066498622246', + REACT_APP_TWITTER: 'https://twitter.com/fluxtra', + // REACT_APP_BLOGSITE: 'https://www.dorcastore.com/’ + }, + output: 'standalone', }