refactor: rename project from dgray.io to kashilo.com

This commit is contained in:
2026-02-10 18:43:49 +01:00
parent 4e77ce92f3
commit 9069404942
60 changed files with 260 additions and 260 deletions

View File

@@ -144,7 +144,7 @@ class LocationMap extends HTMLElement {
})
const response = await fetch(`${NOMINATIM_URL}?${params}`, {
headers: { 'User-Agent': 'dgray.io/1.0' }
headers: { 'User-Agent': 'kashilo.com/1.0' }
})
const results = await response.json()