2022-07-29 UTC
# [campegg] “`location ~ ^/strava(/?$)
{ return 307 https://strava.com/athletes/273720; }
`“, which gives me `/strava` (or `/strava/`) for my profile, then `/strava/[activity id]` for my activities. I also show a subset of the activity data on my own site at `/activities/[activity id]` (e.g. https://campegg.com/activities/2425318828)