From bac7f7d184f32b5733710825bf738c04afa2fe45 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 25 Nov 2020 13:38:51 +0100 Subject: [PATCH] fix: Added publishDir --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 546f9a8..e532c04 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "ptrcnull.me" theme = "smol" +publishDir = "/var/www/ptrcnull.me" [params] subtitle = "writeups and other stuff"