web3wagers / gostarkme

Funds recollection project in Starknet ecosystem
http://web3wagers.github.io/gostarkme/
GNU Affero General Public License v3.0
15 stars 48 forks source link

[Feat] Set env vars for image route in frontend #56

Closed adrianvrj closed 2 months ago

adrianvrj commented 2 months ago

Is your feature request related to a problem? Please describe. Currently we are retrieving images from a static route using the root of the repo, this causes problems because images are not being displayed in the production environment.

Describe the solution you'd like We will need to add env variables to set the route where images/icons are located.