From 6e99a7521b724328d957e35d88ceac019e8dfdf1 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Tue, 16 Jan 2024 13:28:29 -0600 Subject: [PATCH] fix static app build issue. --- svelte.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/svelte.config.js b/svelte.config.js index 81cb08c3..59600115 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -44,6 +44,7 @@ const config = { "/page/plugin", "/page/plugin/[pluginId]", "/page/setting", + "/page/mongodb", "/chat", "/chat/[agentId]", "/chat/[agentId]/[conversationId]",