From b57af5afc8d5f129848a4af0f5acb78bc9d37884 Mon Sep 17 00:00:00 2001 From: timd Date: Fri, 27 Dec 2024 17:58:05 -0700 Subject: [PATCH] fix: properly set base_url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e7ce23c..2c357c2 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ generate_feeds = true minify_html = true # 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 compile_sass = true