From e506e6d7766556cdca03b807a62022c78fdcceff Mon Sep 17 00:00:00 2001 From: enklht <114719240+enklht@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:36:27 +0900 Subject: [PATCH] :bug: update base_url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 451d1d1..56a8f43 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://enkaito.github.io" +base_url = "https://enklht.github.io" # Whether to automatically compile all Sass files in the sass directory compile_sass = true