fix: container js/css resolution path

This commit is contained in:
2026-05-26 19:33:30 +00:00
parent 658edf5d16
commit b634519d6e
+2
View File
@@ -3,6 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- to resolve the hs and css from root -->
<base href="/" />
<title>excali-box</title>
<script type="module" src="./client.tsx"></script>
</head>