Pi66

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

← back to log

config: update `dest` path for production content

author: pi66
date: 2026-07-16 18:57
hash: 37dbdf181af8d3b20f8e8989ac2ca43ba917a3c4

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 3356e82..4911b1e 100644
--- a/config.toml
+++ b/config.toml
@@ -7,7 +7,7 @@ description = "my main website"
 markdown  = "md"

 static    = "static"
-dest      = "/srv/www/public/pi66.xyz"
+dest      = "/srv/www/pi66.xyz/public/html"

 templates = "build/templates"
 plugins   = "build/plugins.py"