Pi66

blog.pi66.xyz
My personal blog website
git clone https://git.pi66.xyz/blog.pi66.xyz

← back to log

fix: update release destination to blog.pi66.xyz

author: pi66
date: 2026-07-24 09:06
hash: be793a9a8b4a7ba65927a3ced7336e9802be3406

Diffstat:

M

config.toml
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/config.toml b/config.toml
index f479735..669ed80 100644
--- a/config.toml
+++ b/config.toml
@@ -10,7 +10,7 @@ templates    = "src/templates"
 plugins      = "src/plugins"

 draft_dest   = "draft"
-release_dest = "/srv/www/blogs.pi66.xyz/public/html"
+release_dest = "/srv/www/blog.pi66.xyz/public/html"

 [webview]
 host        = "localhost"