From 255615b8389f480c4ea3ce647f9d2ed792916c08 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Sun, 8 Jun 2025 10:09:52 +0000 Subject: [PATCH] fixed the address in config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5b15e6e..7c04612 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://mtgmonkey.net" +base_url = "https://blog.mtgmonkey.net" # Whether to automatically compile all Sass files in the sass directory compile_sass = true