From 2b5714ae4a5c085055c32e1beaa25e3408fa5e3a Mon Sep 17 00:00:00 2001 From: "Sebastian H. Gabrielli" Date: Thu, 4 Jan 2024 22:48:20 +0100 Subject: [PATCH] Change domain in config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index db9cdc4..5e44968 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'http://www.gitgals.com/' languageCode = 'en-us' title = 'OV Public Demo Site' theme = "hugo-theme-monochrome"