@@ -12,7 +12,7 @@ export const USER_STATS_API_URL =
12
12
13
13
// APPLICATION SETTINGS
14
14
export const DEFAULT_LOCALE = process . env . REACT_APP_DEFAULT_LOCALE || 'en' ;
15
- export const ENVIRONMENT = process . env . REACT_APP_ENVIRONMENT || '' ;
15
+ export const ENVIRONMENT = process . env . REACT_APP_ENVIRONMENT || '' ;
16
16
export const PROJECTCARD_CONTRIBUTION_SHOWN_THRESHOLD =
17
17
process . env . REACT_APP_PROJECTCARD_CONTRIBUTION_SHOWN_THRESHOLD || 5 ;
18
18
export const INTERMEDIATE_LEVEL_COUNT =
@@ -32,11 +32,11 @@ export const OSM_CONSUMER_SECRET = process.env.REACT_APP_OSM_CONSUMER_SECRET ||
32
32
export const ORG_PRIVACY_POLICY_URL = process . env . REACT_APP_ORG_PRIVACY_POLICY_URL || '' ;
33
33
export const OSM_REGISTER_URL =
34
34
process . env . REACT_APP_OSM_REGISTER_URL || 'https://www.openstreetmap.org/user/new' ;
35
- export const ORG_TWITTER = process . env . REACT_APP_ORG_TWITTER || 'http://twitter.com ' ;
36
- export const ORG_FB = process . env . REACT_APP_ORG_FB || 'https://www.facebook.com ' ;
37
- export const ORG_INSTAGRAM = process . env . REACT_APP_ORG_INSTAGRAM || 'https://www.instagram.com ' ;
38
- export const ORG_YOUTUBE = process . env . REACT_APP_ORG_YOUTUBE || 'https://www.youtube.com ' ;
39
- export const ORG_GITHUB = process . env . REACT_APP_ORG_GITHUB || 'https://github.com/ ' ;
35
+ export const ORG_TWITTER = process . env . REACT_APP_ORG_TWITTER || '' ;
36
+ export const ORG_FB = process . env . REACT_APP_ORG_FB || '' ;
37
+ export const ORG_INSTAGRAM = process . env . REACT_APP_ORG_INSTAGRAM || '' ;
38
+ export const ORG_YOUTUBE = process . env . REACT_APP_ORG_YOUTUBE || '' ;
39
+ export const ORG_GITHUB = process . env . REACT_APP_ORG_GITHUB || '' ;
40
40
export const MATOMO_ID = process . env . REACT_APP_MATOMO_ID || '' ;
41
41
export const IMAGE_UPLOAD_SERVICE = process . env . REACT_APP_IMAGE_UPLOAD_API_URL || '' ;
42
42
export const HOMEPAGE_VIDEO_URL = process . env . REACT_APP_HOMEPAGE_VIDEO_URL || '' ;
0 commit comments