fix: properly set base_url

This commit is contained in:
timd
2024-12-27 17:58:05 -07:00
committed by GitHub
parent 2ed8f383ed
commit b57af5afc8

View File

@@ -6,7 +6,7 @@ generate_feeds = true
minify_html = true minify_html = true
# The URL the site will be built for # The URL the site will be built for
base_url = "/" base_url = "https://nrd.sh/"
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true compile_sass = true