From ca02a547047cf093fefba7fcb4836dc96e69fb90 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sun, 2 Feb 2025 04:34:42 +0800 Subject: [PATCH] meta(web): weird edge case fix --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f629a47..48cb2fb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.root": "/Web/public" + "liveServer.settings.root": "/Web/Public/" } \ No newline at end of file