aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 16:54:23 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-02 16:54:23 +0200
commit022cc2a6e18c53da3d0cc22b1666401772e3bfe9 (patch)
treef0b788f37ea1c56b85b1c30f4b990c543544fd03
parentFix performance lag on toggle (diff)
downloadferdium-app-022cc2a6e18c53da3d0cc22b1666401772e3bfe9.tar.gz
ferdium-app-022cc2a6e18c53da3d0cc22b1666401772e3bfe9.tar.zst
ferdium-app-022cc2a6e18c53da3d0cc22b1666401772e3bfe9.zip
update todos app url
-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';