Pi66

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

← back to log

fix: restore production output directory

author: pi66
date: 2026-07-21 22:26
hash: 6ae4c1ec7cb56bf69f3bf7bcde14026196c8c423

Diffstat:

M

config.toml
3 ++++++++++--------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
diff --git a/config.toml b/config.toml
index 086e73b..39f37a3 100644
--- a/config.toml
+++ b/config.toml
@@ -7,8 +7,7 @@ description = "my main website"
 markdown  = "md"

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

 templates = "build/templates"
 plugins   = "build/plugins"