From 79341c1b09ce1b82e46ff9e0389597675c1a9e86 Mon Sep 17 00:00:00 2001
From: berkas1 <berka@berkasimon.com>
Date: Fri, 4 Jun 2021 09:59:00 +0200
Subject: [PATCH] change baseURL in config.toml to production

---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index cfd0a8c..d2eead3 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://433498.gitlab-pages.ics.muni.cz/newdocs/"
+baseURL = "https://cloud.gitlab-pages.ics.muni.cz/documentation/"
 languageCode = "en-us"
 title = "cloud.muni.cz documentation"
 theme = "hugo-geekdoc"
-- 
GitLab