From 024847a45aad3b81254f3dd1cd4f6126cfd70781 Mon Sep 17 00:00:00 2001 From: Charles <78650751+Charles-IX@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:28:39 +0800 Subject: [PATCH] feat: allow deployment on subpaths --- index.html | 4 ++++ src/components/AppRoot.tsx | 2 +- src/vite-env.d.ts | 4 ++++ vite.config.ts | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2637967..b6751ea 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,10 @@ +
diff --git a/src/components/AppRoot.tsx b/src/components/AppRoot.tsx index dbee96a..328dc06 100644 --- a/src/components/AppRoot.tsx +++ b/src/components/AppRoot.tsx @@ -25,7 +25,7 @@ export function AppRoot() { useEffect(() => persistSettings(store), []); return ( -