config: Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s

This commit is contained in:
Your Name
2025-09-01 22:38:52 +12:00
parent 62b460cb3f
commit 79c69ee08b
3 changed files with 4 additions and 4 deletions

View File

@@ -170,7 +170,7 @@
<script>
const config = {
courtId: new URLSearchParams(window.location.search).get('court') || 'court_main',
courtId: new URLSearchParams(window.location.search).get('court') || 'court',
hlsUrl: '/hls/'
};