From a6fc3230e072db2e1976fb81ec345a36c22ba503 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Sun, 5 May 2024 21:37:12 +0200 Subject: [PATCH] correct domain in toml --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 4660e00..f2759fe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' +baseURL = 'https://hugo.heili.eu/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'PaperMod'