From c5fe9d7cd538fd349a2b37ba551efb9e970569f2 Mon Sep 17 00:00:00 2001 From: berkas1 <berka@berkasimon.com> Date: Tue, 2 Nov 2021 10:59:29 +0100 Subject: [PATCH] fix(dev config file): change base URL to match new domain --- config-dev.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-dev.toml b/config-dev.toml index 4e4466c..376c5f9 100644 --- a/config-dev.toml +++ b/config-dev.toml @@ -1,6 +1,6 @@ -baseURL = "http://localhost:1313/documentation" +baseURL = "http://localhost:1313/" languageCode = "en-us" -title = "cloud.muni.cz documentation" +title = "Metacentrum Cloud Documentation" theme = "hugo-geekdoc" pygmentsUseClasses = true -- GitLab