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.
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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds
NEXT_PUBLIC_MAP_TILE_URL=https://tile.openstreetmap.org/{z}/{x}/{y}.pngto the frontend build-args indeploy.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