소스 검색

修改引用地址,解决打包错误

wukai 3 주 전
부모
커밋
490eaf8cb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -210,7 +210,7 @@
     </div>
   </div>
   <script type="module" src="/src/main.js"></script>
-  <script type="module" src="./jessibuca.js"></script>
+  <script type="module" src="/jessibuca.js"></script>
 </body>
 
 </html>