From 6275640ea2b085cc5e51391f5d2a9e19ecb95dfc Mon Sep 17 00:00:00 2001 From: dkoschitzki <dominic.koschitzki@h-da.de> Date: Mon, 28 Nov 2022 14:58:16 +0100 Subject: [PATCH] change base url --- fachschaft/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fachschaft/config.yaml b/fachschaft/config.yaml index 12fcb4d..e52e5eb 100644 --- a/fachschaft/config.yaml +++ b/fachschaft/config.yaml @@ -1,4 +1,4 @@ -baseURL: "https://istdokosc.h-da.io/fsi_test/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs. +baseURL: "https://fs-informatik.h-da.io/web/" # if your site is in 'https', then make sure your base url isn't written using 'http' otherwise your sitemap would contain http (as opposeed to https) URLs. This would affect Google indexing of your URLs. title: Fachschaft Informatik paginate: 5 theme: PaperMod -- GitLab