From af8a72f0b9210a1bd7c3c1731283bd5d481a76a9 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus Date: Thu, 21 Sep 2023 13:10:32 +0200 Subject: [PATCH] Use githubcertified.com domain --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index dc2b7e3f..1499d30d 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ languageCode = "en-us" defaultContentLanguage = "en" isMultilingual = false title = "Github Actions Quiz" -baseUrl = "https://fidelusaleksander.github.io/github-actions-quiz/" +baseUrl = "https://githubcertified.com/" description = "Github Actions certification preparation quiz" theme = "hugo-theme-learn"