diff options
author | eatradish <[email protected]> | 2022-04-11 13:40:16 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-11 13:40:16 +0800 |
commit | 7d99b6bf2c6508a7cc452482a6a15b2310366c09 (patch) | |
tree | e4312c1c40a457f73811be938aef437605f689c4 | |
parent | 56bad65fc4bf0d46f62bac1056830a2855e2dd81 (diff) | |
download | Seje2-7d99b6bf2c6508a7cc452482a6a15b2310366c09.tar.gz Seje2-7d99b6bf2c6508a7cc452482a6a15b2310366c09.tar.bz2 Seje2-7d99b6bf2c6508a7cc452482a6a15b2310366c09.zip |
config.toml: update base url
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |