Skip to content

Commit f330176

Browse files
committed
Vite導入
1 parent f2fa537 commit f330176

24 files changed

+564
-13
lines changed

dist/index.html renamed to index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</script>
2929
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500&display=swap&subset=japanese"
3030
rel="stylesheet">
31-
<link rel="stylesheet" href="style.css?v0.4.3">
32-
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.29/encoding.js" async></script>
33-
<script src="./js/main.js?v0.4.3" defer type="module"></script>
31+
<link rel="stylesheet" href="/style.css?v0.4.3">
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.29/encoding.js" ></script>
33+
<script src="src/main.ts" type="module"></script>
3434
</head>
3535

3636
<body>
3737
<div id="app"></div>
3838
</body>
3939

40-
</html>
40+
</html>

0 commit comments

Comments
 (0)