fix - carto now requires api keys
All checks were successful
Release / tag (push) Successful in 2s
Release / build-and-release (push) Successful in 13s

This commit is contained in:
mr0xb 2026-08-26 22:41:52 -04:00
commit 3a3307e190
9 changed files with 100 additions and 6 deletions

View file

@ -243,7 +243,7 @@ var purplerainTheme = themeAssets{
Chart3: "#e879f9",
ChartWarn: "#fbbf24",
ChartErr: "#fb7185",
MapTileURL: "https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png",
MapTileURL: "https://basemaps.cartocdn.com/rastertiles/dark_all/{z}/{x}/{y}{r}.png",
MapAttribution: `&copy; <a href="https://carto.com/">CARTO</a>`,
MarkerColor: "#a78bfa",
}