From c5ae4af9e49a0c46c3f4432dd20e4dc9099da042 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Wed, 17 Sep 2025 17:02:00 -0400 Subject: [PATCH] updated website url in config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3a75207..406a353 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://cjsatnarine.github.io/" +base_url = "https://cjsatnarine.space/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true