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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.85.3",
|
||||
"version": "1.86.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user