Merge pull request #242 from anupamme/fix-repo-hugoplate-remove-hardcoded-google-maps-api-key
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled

fix: a hardcoded google maps api key is exposed in t... in params.toml
This commit is contained in:
Somrat 2026-08-16 10:25:45 +06:00 committed by GitHub
commit 2f5a454ee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ sidebar = ["categories", "tags"]
# google map
[google_map]
enable = false
map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
map_api_key = "" # Replace with your Google Maps API key
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"