From 7eefc0b9f149ba314cccda07a5474d02a2f0a31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20C=C3=A1mara?= Date: Mon, 23 Oct 2023 11:37:34 +0000 Subject: [PATCH] Add trailing slash to 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 8b8fe6b..f4c7a18 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