Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit cf3acc2

Browse files
committed
use <script defer>
1 parent 709fd1c commit cf3acc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<link rel='icon' type='image/png' href='/favicon.png'>
1010
<link rel='stylesheet' href='/global.css'>
1111
<link rel='stylesheet' href='/bundle.css'>
12+
13+
<script defer src='/bundle.js'></script>
1214
</head>
1315

1416
<body>
15-
<script src='/bundle.js'></script>
1617
</body>
1718
</html>

0 commit comments

Comments
 (0)