diff --git a/src/components/Map.vue b/src/components/Map.vue index b776b77..e1704e9 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -90,7 +90,7 @@ export default { map.U.addVector( 'trees', - window.location.hostname === 'localhoost' + window.location.hostname === 'localhost' ? 'http://localhost:4011/index.json' : 'mapbox://stevage.9slh6b3l' );