fix absolute main.tsx path

This commit is contained in:
ecwu
2024-07-16 23:04:07 +08:00
parent 4bf3e02962
commit 8c17b842b2

View File

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