Spaces:
Sleeping
Sleeping
Fix JavaScript file reference to use correct static path
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -536,6 +536,6 @@
|
|
536 |
</div>
|
537 |
</div>
|
538 |
|
539 |
-
<script src="app.js"></script>
|
540 |
</body>
|
541 |
</html>
|
|
|
536 |
</div>
|
537 |
</div>
|
538 |
|
539 |
+
<script src="/static/app.js"></script>
|
540 |
</body>
|
541 |
</html>
|