commit 39f865f0b5cb1368865b8ad2d796286664a6585a parent 8d38be534936a28d94417f36e342270e9fb68dc4 Author: Hugo Soucy <hs0ucy@h50ucy.local> Date: Wed, 12 Jun 2019 22:27:04 -0400 Add the static_src path Diffstat:
M | config.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.lua b/config.lua @@ -60,6 +60,7 @@ return { data = "/data", html = "/public_html", static = "/static/dst", + static_src = "/static/src", templates = "/templates", plugins = "/plugins", },