From 3b174147a841da74b901b7fda655eb8896ce3986 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Thu, 26 Mar 2026 10:54:59 +0100 Subject: [PATCH] Set baseURL to blog.sanderhautvast.nl Co-Authored-By: Claude Sonnet 4.6 --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ff0d8ff..f560f30 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "https://shautvast.github.io/blog/" +baseURL = "https://blog.sanderhautvast.nl/" languageCode = "en-us" title = "Sander Hautvast" theme = "PaperMod"