From 8dec367458e7ffee7df1fe4951cf7034abbab5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:29:15 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 6d07a95..16a5d10 100644 --- a/conf/config.js +++ b/conf/config.js @@ -25,7 +25,7 @@ }, "storage": { "type": "file", - "path": "__DATA_PATH__" + "path": "__DATA_DIR__" }, "documents": { "about": "./about.md"