From b5bd9502db0e03bff99d90835c401bbe87b5719f Mon Sep 17 00:00:00 2001 From: plorbus Date: Thu, 30 Jul 2026 21:34:41 -0400 Subject: [PATCH] fix hugo - added domain --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 5fcbbc2..ea3f9c9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "https://yourdomain.dev/" +baseURL = "https://www.thewittybanter.com" title = "TheWittyBanter" theme = "PaperMod" enableRobotsTXT = true