about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-04-17 21:13:22 +0200
committerAlan Pearce2023-04-17 21:13:22 +0200
commitd9a03b8bf25d2556645bd44db83638074fc371e9 (patch)
tree15401c1f79dee7423ad4a5dd0b9a900419e05839
parent54444582ec10c1d97236827b8adc4c1b073202d4 (diff)
downloadwebsite-d9a03b8bf25d2556645bd44db83638074fc371e9.tar.lz
website-d9a03b8bf25d2556645bd44db83638074fc371e9.tar.zst
website-d9a03b8bf25d2556645bd44db83638074fc371e9.zip
Fix demo site base_url
-rw-r--r--config.toml2
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