From dd8a1c3d3ea2c6a3133173936b2a6165d74a234e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 17:38:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20add=20static=20route=20for=20/=20?= =?UTF-8?q?=E2=86=92=20wwwroot/=20=20to=20serve=20.html=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 21a65f5..1f6740c 100644 --- a/conf/config.json +++ b/conf/config.json @@ -38,7 +38,8 @@ "indexes": ["index.ui", "index.html"], "statics": [ ["/bricks/", "/d/pccs/wwwroot/bricks/"], - ["/imgs/", "/d/pccs/wwwroot/imgs/"] + ["/imgs/", "/d/pccs/wwwroot/imgs/"], + ["/", "/d/pccs/wwwroot/"] ] } }