From 09780fab1d6688d79821acc2edc3a2a3f2afcc75 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 1 Mar 2026 15:50:18 +0900 Subject: [PATCH] fix config path --- public/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/config.json b/public/config.json index b3c8f51..5ed08d6 100644 --- a/public/config.json +++ b/public/config.json @@ -4,7 +4,8 @@ "handle": "syui.syui.ai", "bot": { "did": "did:plc:6qyecktefllvenje24fcxnie", - "handle": "ai.syui.ai" + "handle": "ai.syui.ai", + "path": "~/ai/log/public/content" }, "collection": "ai.syui.log.post", "chatCollection": "ai.syui.log.chat",