mikebronner / nova-map-marker-field

Provides an visual interface for editing latitude and longitude coordinates.
MIT License
131 stars 36 forks source link

The pin icons needs to be rendered via the asset()/mix() func #57

Open Casperhr opened 3 years ago

Casperhr commented 3 years ago

https://github.com/GeneaLabs/nova-map-marker-field/blob/master/resources/js/components/DetailField.vue#L21

If you are using a different path for public assets the pins on the map is not rendered

Please change this to use the laravel asset() or mix() global function