From a01501574302677a4a0998269f18df47f3dd90ba Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 9 Nov 2025 23:59:20 +0100 Subject: [PATCH] Fix base url to point to master --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d0b1eb4..eb12316 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://dev.filiprojek.cz" +base_url = "https://www.filiprojek.cz" title = "Filip Rojek" compile_sass = true