ci: bake NEXT_PUBLIC_MAP_TILE_URL into the frontend build (#117) #119

Merged
logan merged 1 commits from fix/117-map-tile-build-arg into main 2026-09-07 19:06:22 -04:00
Owner

Adds NEXT_PUBLIC_MAP_TILE_URL=https://tile.openstreetmap.org/{z}/{x}/{y}.png to the frontend build-args in deploy.yml. The override var was added to MapView.tsx last session but never passed at build time, so prod still shipped the dead Carto tile URL (full-screen "API KEY REQUIRED" watermarks). Closes #117.

🤖 Generated with Claude Code

Adds `NEXT_PUBLIC_MAP_TILE_URL=https://tile.openstreetmap.org/{z}/{x}/{y}.png` to the frontend build-args in `deploy.yml`. The override var was added to MapView.tsx last session but never passed at build time, so prod still shipped the dead Carto tile URL (full-screen "API KEY REQUIRED" watermarks). Closes #117. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
logan added 1 commit 2026-09-07 19:03:12 -04:00
The map override var was added to MapView.tsx but never passed as a build-arg, so prod still shipped the dead Carto tile URL. Point it at OSM raster tiles.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_01Tbknwttzou4s46PAykmtix
logan merged commit 01c146e21e into main 2026-09-07 19:06:22 -04:00
logan deleted branch fix/117-map-tile-build-arg 2026-09-07 19:06:23 -04:00
Sign in to join this conversation.