How to use different URLs for production and staging on index.html
I want to access the env "FUSIO_URL" directly instead of this hard code line, on index.html
Hi @bangash-92, so I would recommend to create a dedicated index.html for production and staging, then you can adjust the url according to the environment.
How to use different URLs for production and staging on index.html I want to access the env "FUSIO_URL" directly instead of this hard code line, on index.html