diff options
author | Alan Pearce | 2023-04-17 21:13:22 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-17 21:13:22 +0200 |
commit | 7da45e0505ed7b1e2db56ad9b1b3093ea5df1627 (patch) | |
tree | 19d223e8fd01ac0c5e26c9493ea9fd0037b27fca /config.toml | |
parent | d3d51690bb7e40ccfba3140a69082fe1150f9f13 (diff) | |
download | website-7da45e0505ed7b1e2db56ad9b1b3093ea5df1627.tar.lz website-7da45e0505ed7b1e2db56ad9b1b3093ea5df1627.tar.zst website-7da45e0505ed7b1e2db56ad9b1b3093ea5df1627.zip |
Fix demo site base_url
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 a834b0b..36946e6 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" -base_url = "https://codeberg.org/alanpearce/zola-bearblog" +base_url = "https://alanpearce.codeberg.page/zola-bearblog" description = "" # Whether to automatically compile all Sass files in the sass directory |