diff options
author | Alan Pearce | 2024-07-04 21:04:39 +0200 |
---|---|---|
committer | Alan Pearce | 2024-07-04 21:04:39 +0200 |
commit | 0afa9e528e91ec1ed7e90627d99831bba2b077d4 (patch) | |
tree | b328152c822a2136dc4f1e7cded3b99c827797e9 | |
parent | 3d1ea12f05332a0c414366eb50e2fcfcb3a99f2f (diff) | |
download | zola-bearblog-0afa9e528e91ec1ed7e90627d99831bba2b077d4.tar.lz zola-bearblog-0afa9e528e91ec1ed7e90627d99831bba2b077d4.tar.zst zola-bearblog-0afa9e528e91ec1ed7e90627d99831bba2b077d4.zip |
update demo URL
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml index 6959f90..11bf154 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ homepage = "https://codeberg.org/alanpearce/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://zola-bearblog.netlify.app/" +demo = "https://zola-bearblog.vercel.app/" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will |