diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-01 15:37:13 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-01 15:37:13 +0200 |
commit | 75f2e96d31aa7c546281e9d7cbda051991244638 (patch) | |
tree | da0156708095c6bcf59510b0c8bacbd32988d1b5 /config.toml | |
parent | 2a7c774a901fa80fbc60a0482d7ee9f7ca53ab9b (diff) | |
download | guide.deuxfleurs.fr-75f2e96d31aa7c546281e9d7cbda051991244638.tar.gz guide.deuxfleurs.fr-75f2e96d31aa7c546281e9d7cbda051991244638.zip |
Support multiple URLs
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index cff6339..84f3ddc 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://man.deuxfleurs.fr" +base_url = "/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true |