From 60a32fc46d46370865ad77b26f271a6b51b3f8b0 Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Sun, 4 Mar 2018 19:59:37 +0100 Subject: [PATCH] Fix URL slash --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4ecc664..bc120fe 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://bvebarcelona.netlify.com" +baseURL = "https://bvebarcelona.netlify.com/" title = "BVE Barcelona" theme = "crab" DefaultContentLanguage = "ca"