Patch index.html to load config.js for local API
All checks were successful
Build geoquiz / build (push) Successful in 17s
All checks were successful
Build geoquiz / build (push) Successful in 17s
This commit is contained in:
parent
7f06a90ad7
commit
edfe198530
1 changed files with 1 additions and 4 deletions
|
|
@ -568,10 +568,7 @@ document.getElementById('ios-install-modal').addEventListener('click', function(
|
|||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
// Config optionnelle — présente en self-host, absente sur GitHub Pages
|
||||
// L'API par défaut est définie dans daily.js via window.GEOQUIZ_API
|
||||
</script>
|
||||
<script src=config.js></script>
|
||||
<script src="js/translations.js"></script>
|
||||
<script src="js/data.js"></script>
|
||||
<script src="js/utils.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue