Skip to content

Commit ccc90d4

Browse files
committed
fixed wrong directory for app.js
1 parent 2c781fa commit ccc90d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>UM Robotics Research Lab Match</title>
77
<script src="https://cdn.tailwindcss.com"></script>
8+
<script src="https://unpkg.com/heroicons@2.0.18/24/outline/index.js" type="module"></script>
89
<script>
910
tailwind.config = {
1011
theme: {
@@ -201,6 +202,6 @@ <h3 class="text-2xl font-bold text-gray-800 mb-3"><a href="https://vihdutta.com"
201202
</footer>
202203
</div>
203204

204-
<script src="/static/app.js"></script>
205+
<script src="app.js"></script>
205206
</body>
206207
</html>

0 commit comments

Comments
 (0)