fix absolute main.tsx path

This commit is contained in:
ecwu
2024-07-16 23:06:35 +08:00
parent 8c17b842b2
commit a45785c607

View File

@@ -14,6 +14,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>