fix: use relative Vite base; serve SPA at both /v2/ and /clawstor/
Vite base: '/clawstor/' caused 404s when the SPA was served at /v2/ because asset paths like /clawstor/assets/... didn't match the actual serve path /v2/assets/... - vite.config.ts: switch to base: './' (relative paths work from any mount point — /v2/, /clawstor/, or bare /) - serve.rs: mount the SPA at both /v2/ and /clawstor/; add 308 redirect from /v2 and /clawstor (no trailing slash) to their canonical forms so browsers don't misinterpret the last segment as a filename and break relative ./assets/ resolution Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a8f0aa911c
commit
5001ac233c
@@ -1 +1 @@
|
||||
{"root":["./src/app.tsx","./src/main.tsx","./src/components/nodecard.tsx","./src/components/projectspanel.tsx","./src/components/stattile.tsx","./src/components/storagebar.tsx","./src/lib/api.ts","./src/pages/commandcenter.tsx","./src/pages/nodedetail.tsx","./src/pages/reftrackingpage.tsx","./src/pages/storagebrowser.tsx"],"version":"6.0.3"}
|
||||
{"root":["./src/App.tsx","./src/main.tsx","./src/components/NodeCard.tsx","./src/components/NodeHistorySparklines.tsx","./src/components/ProjectsPanel.tsx","./src/components/StatTile.tsx","./src/components/StorageBar.tsx","./src/lib/api.ts","./src/pages/CommandCenter.tsx","./src/pages/NodeDetail.tsx","./src/pages/RefTrackingPage.tsx","./src/pages/StorageBrowser.tsx"],"version":"6.0.3"}
|
||||
Reference in New Issue
Block a user