Fix build; Nuova nota: 🔉️ Output audio in contemporanea ... su Raspberry Pi

This commit is contained in:
2024-09-19 14:29:42 +02:00
parent 4811e9c53e
commit b3dead8ac2
4 changed files with 145 additions and 3 deletions

View File

@ -9,7 +9,7 @@ window.addEventListener('load', (function(){
var path = (location.pathname + location.search);
fetch('https://private-analytics-not-for-public-use.octt.eu.org/sitoctt/count?p=' + path /* + '&rnd=' + Date.now() */)
.catch(function(err){
console.log(err);
console.error(err);
fetch('https://sitoctt.goatcounter.com/count?p=' + path);
});
}));