diff options
author | Alan Pearce | 2023-09-09 08:23:09 +0000 |
---|---|---|
committer | Alan Pearce | 2023-09-09 08:23:09 +0000 |
commit | 4c9ac0a4636df958309fe7bb17945113a0fa5fb2 (patch) | |
tree | 890877b0defcc766c6cb717cef67b00d01258474 | |
parent | eed984fb5d48cd39a9444bee5d49e733cc4ee093 (diff) | |
download | zola-bearblog-4c9ac0a4636df958309fe7bb17945113a0fa5fb2.tar.lz zola-bearblog-4c9ac0a4636df958309fe7bb17945113a0fa5fb2.tar.zst zola-bearblog-4c9ac0a4636df958309fe7bb17945113a0fa5fb2.zip |
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 9b94cd6..d2a8833 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" -base_url = "https://alanpearce.codeberg.page/zola-bearblog" +base_url = "https://zola-bearblog.netlify.app/" description = "A Zola-theme based on Bear Blog." # Whether to automatically compile all Sass files in the sass directory |