From 1527009408d4cff68a6051719f915ce7a739c599 Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Wed, 7 Mar 2018 23:22:36 +0100 Subject: [PATCH] Switch to production domain --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 44acd3c..bb76af9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://bvebarcelona.netlify.com/" +baseURL = "https://bvebarcelona.cat/" title = "BVE Barcelona" theme = "crab" DefaultContentLanguage = "ca" @@ -21,21 +21,21 @@ removePathAccents = true [languages] [languages.ca] -baseURL = "https://bvebarcelona-ca.netlify.com/" +baseURL = "https://bvebarcelona.cat/" languageName = "Català" weight = 1 description = "El lloc web oficial del Metro de Barcelona per a openBVE" [languages.es] -baseURL = "https://bvebarcelona-es.netlify.com/" +baseURL = "https://es.bvebarcelona.cat/" languageName = "Español" weight = 2 description = "El sitio web oficial del Metro de Barcelona para openBVE" [languages.en] -baseURL = "https://bvebarcelona-en.netlify.com/" +baseURL = "https://en.bvebarcelona.cat/" languageName = "English" weight = 3 description = "The official website of the Barcelona Metro for openBVE"