aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index 6968f8500..471f8d5a6 100644
--- a/src/config.js
+++ b/src/config.js
@@ -25,7 +25,7 @@ export const LIVE_API_WEBSITE = 'https://meetfranz.com';
25export const STATS_API = 'https://stats.franzinfra.com'; 25export const STATS_API = 'https://stats.franzinfra.com';
26 26
27export const LOCAL_TODOS_FRONTEND_URL = 'http://localhost:4000'; 27export const LOCAL_TODOS_FRONTEND_URL = 'http://localhost:4000';
28export const PRODUCTION_TODOS_FRONTEND_URL = 'https://franz-todos.netlify.com'; 28export const PRODUCTION_TODOS_FRONTEND_URL = 'https://app.franztodos.com';
29export const DEVELOPMENT_TODOS_FRONTEND_URL = 'https://development--franz-todos.netlify.com'; 29export const DEVELOPMENT_TODOS_FRONTEND_URL = 'https://development--franz-todos.netlify.com';
30 30
31export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 31export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';