From 7d99b6bf2c6508a7cc452482a6a15b2310366c09 Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 11 Apr 2022 13:40:16 +0800 Subject: config.toml: update base url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index cfdc0df..a8b5b6b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "/" +base_url = "https://eatradish.github.io/Seje2" # Whether to automatically compile all Sass files in the sass directory compile_sass = true # What language to use -- cgit v1.2.3