diff options
author | eatradish <[email protected]> | 2022-04-11 13:26:40 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-11 13:26:40 +0800 |
commit | b989590662b3bd07e98e4025ea2615717c80c79c (patch) | |
tree | 44eb8c657fe004159968909b2b38aeb56a57cbae | |
parent | 34af9a3c1df0ebe04e952aa597de6b7d27ba091a (diff) | |
download | Seje2-b989590662b3bd07e98e4025ea2615717c80c79c.tar.gz Seje2-b989590662b3bd07e98e4025ea2615717c80c79c.tar.bz2 Seje2-b989590662b3bd07e98e4025ea2615717c80c79c.zip |
config.toml: set base url as /
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 54972f0..cfdc0df 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://blog.utopiospgere.net" +base_url = "/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true # What language to use |