From 89fcf42d961a7d59c1b3cb0c2b8ddfcb7dc4a465 Mon Sep 17 00:00:00 2001 From: benjilegeek Date: Sun, 29 Mar 2026 21:03:52 +0200 Subject: [PATCH] fix base url (this time really) --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2b84809..10463f4 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://www.benji0x3c.de" +base_url = "https://benji0x3c.de" title = "benji's website" description = "Eine Mischung aus Blog, Portfolio und Spaßprojekt" author = "benji0x3c"