mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-14 20:47:06 +01:00
Use prodDomain for production atlas data
This commit is contained in:
parent
6ee0b382c4
commit
7f6a24dd4b
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ async function init() {
|
|||
}
|
||||
} else if (mode.startsWith("diff")) {
|
||||
try {
|
||||
const liveResp = await fetch("https://place-atlas.stefanocoding.me/atlas.json")
|
||||
const liveResp = await fetch(`https://${prodDomain}/atlas.json`)
|
||||
let liveJson = await liveResp.json()
|
||||
liveJson = updateAtlasAll(liveJson)
|
||||
|
||||
|
|
Loading…
Reference in a new issue