diff options
author | Alan Pearce | 2024-05-31 18:10:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-31 18:10:03 +0200 |
commit | ef80ea741b1e5c8203584485e735ad144b7202d3 (patch) | |
tree | 177041536cbfcfad8ba6adec871cd513c68b7a2e | |
parent | 5a76992885614579d234bf53a61dd1172be3536e (diff) | |
download | zola-bearblog-ef80ea741b1e5c8203584485e735ad144b7202d3.tar.lz zola-bearblog-ef80ea741b1e5c8203584485e735ad144b7202d3.tar.zst zola-bearblog-ef80ea741b1e5c8203584485e735ad144b7202d3.zip |
default to relative URLs
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index fd1eff1..ce7f669 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" -base_url = "https://zola-bearblog.netlify.app/" +base_url = "/" description = "A Zola-theme based on Bear Blog." # Whether to automatically compile all Sass files in the sass directory |