fix: rebuild athlete.json on every ingest; remove bincio-extract references from UI

This commit is contained in:
Davide Scaini
2026-04-10 15:47:50 +02:00
parent f8e02f3da2
commit ae883a7dba
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ const handle = shards[0]?.handle ?? null;
window.location.replace(base + 'u/' + handle + '/stats/');
</script>
) : (
<p>No data found. Run <code>bincio extract</code> first.</p>
<p>No data found. Upload activities to get started.</p>
)}