From 00d500bfbc0fc185d73ea0ef6b7e17a8d2b43884 Mon Sep 17 00:00:00 2001
From: Charlie Root <root@nodejs.mfnet.cz>
Date: Tue, 18 Feb 2020 12:04:51 +0100
Subject: [PATCH] zmena productionUrl na https://www.piratipracuji.cz

---
 src-front/nuxt.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src-front/nuxt.config.js b/src-front/nuxt.config.js
index 60868b9..dc66160 100755
--- a/src-front/nuxt.config.js
+++ b/src-front/nuxt.config.js
@@ -8,7 +8,7 @@ const appConfig = {
   //apiUrl: 'http://192.168.1.106:5005',
   //apiUrl: 'http://192.168.1.125:3001',
   apiUrl: 'https://redmineapi.mfnet.cz/',
-  productionUrl: 'https://piratipracuji.mfnet.cz',
+  productionUrl: 'https://www.piratipracuji.cz',
   //productionUrl: 'https://piratiliberec.mfnet.cz',
   googleAnalyticsId: 'UA-72526071-32',
   sentryDns: 'https://69eede94c351441295a3282449be6335@sentry.io/1365349',
-- 
GitLab