diff options
author | Alan Pearce | 2023-04-17 21:13:22 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-17 21:13:22 +0200 |
commit | d9a03b8bf25d2556645bd44db83638074fc371e9 (patch) | |
tree | 15401c1f79dee7423ad4a5dd0b9a900419e05839 | |
parent | 54444582ec10c1d97236827b8adc4c1b073202d4 (diff) | |
download | website-d9a03b8bf25d2556645bd44db83638074fc371e9.tar.lz website-d9a03b8bf25d2556645bd44db83638074fc371e9.tar.zst website-d9a03b8bf25d2556645bd44db83638074fc371e9.zip |
Fix demo site base_url
-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 |