From 0447ff3f182429b298d7ee944e719dc8ab4ca650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20C=C3=A1mara?= Date: Mon, 23 Oct 2023 11:31:21 +0000 Subject: [PATCH] Remove trailing / from baseURL --- config/_default/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.yaml b/config/_default/config.yaml index f4c7a18..8b8fe6b 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -4,7 +4,7 @@ # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ title: Digital Human Rights Project # Website name -baseURL: 'https://warwickcim.github.io/dhrp-hub/' # Website URL +baseURL: 'https://warwickcim.github.io/dhrp-hub' # Website URL ############################ ## LANGUAGE