feat(hikes): anonymize GPX timestamps to 08:00 today

Re-base every track + image timestamp so each hike starts at 08:00 on the
build date, preserving all relative timing (total duration, per-stage gaps,
photo "nach X"). The per-hike track JSON is the single source for the page
metrics and the client-built GPX download, so both come out anonymized; the
real recording times stay only in the private source track.gpx.

Also close two stale-data leaks that would otherwise still expose real
times: sweep prior-build track.*.json (keep only the current hash) and
remove orphan slug dirs from static/ (renamed/deleted hikes).
This commit is contained in:
2026-05-24 10:14:01 +02:00
parent a8902dcf11
commit a2869c1d87
2 changed files with 70 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.85.3",
"version": "1.86.0",
"private": true,
"type": "module",
"scripts": {