update config.toml to use correct base url

This commit is contained in:
CJSatnarine
2025-03-31 18:46:36 -04:00
parent 5e640764a3
commit ad74fdcf55

View File

@@ -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