BesLogic / releaf-canopeum

https://releaftrees.life/
5 stars 14 forks source link

Possibly fix weather images in prod #293

Closed Samuel-Therrien-Beslogic closed 14 hours ago

Samuel-Therrien-Beslogic commented 15 hours ago

Make sure that the code wasn't copied from elsewhere (check one):

See https://vite.dev/guide/assets#importing-asset-as-url The way the assets were referenced worked in dev mode, but not in a production build.

This is how map pins work and those work in prod exactly as described in doc (with the added asset id)

Locally: image

Prod: image