Skip to content

Commit

Permalink
fix(globe): use correct version in basemap url (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach authored Jun 22, 2020
1 parent bb5660a commit 6738a05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/config/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export default {
stories: `https://storage.googleapis.com/esa-cfs-storage/${version}/stories/stories-{lang}.json`,
story: `https://storage.googleapis.com/esa-cfs-storage/${version}/stories/{id}/{id}-{lang}.json`
},
basemapTilesUrl:
'https://storage.googleapis.com/esa-cfs-tiles/0.5.1/basemap/',
basemapTilesUrl: `https://storage.googleapis.com/esa-cfs-tiles/${version}/basemap/`,
globe: globeState,
share: {
facebook:
Expand Down

0 comments on commit 6738a05

Please sign in to comment.