From ad74fdcf558e62e0caf2cbd327b6e72a816fb4f1 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Mon, 31 Mar 2025 18:46:36 -0400 Subject: [PATCH] update config.toml to use correct base url --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 3a75207..4a3c8af 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://cjsatnarine.github.io/" +base_url = "https://cjsatnarine.github.io" # Whether to automatically compile all Sass files in the sass directory compile_sass = true