From bedc431939084b9338052d63d9e6d8c93a9bc99e Mon Sep 17 00:00:00 2001 From: Olivier Gason <olivier@kipple.be> Date: Wed, 26 Mar 2025 12:34:39 +0100 Subject: [PATCH] fix url ? --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d163564..a5f5886 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ # site domain, full URL to the production location of your collection url: https://LGL.gitlab.uliege.be/retrotechnopedagogy # path to location on the domain if necessary e.g. /digital/hjccc -baseurl: /retrotechnopedagogie +baseurl: /retrotechnopedagogy # location of code, the full url to your github repository source-code: https://gitlab.uliege.be/LGL/retrotechnopedagogy -- GitLab