fix: Correct jQuery vendor path (remove unnecessary /dist/ directory)
Build and Deploy / build (push) Failing after 29s

This commit is contained in:
Mischa Spelt
2026-08-25 16:47:25 +02:00
parent 7b9674110e
commit 289908f302
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<span class="artist"></span> -
<span class="title"></span>
</p>
<script type="text/javascript" src="/js/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="/assets/vendor/jquery/jquery.min.js"></script>
<script>
function updateOnAir() {
$.ajax({