I need to host an exported app in an air-gapped env. But the static files of an export are not really referenced in all the html files.. Also icons seems to reference a weweb server. How can i make sure that only local files are referenced in the exported code?
Edit:
Do I need to change VUE_APP env variables in the .env file of the raw project export? Can i just set here relativ links to the relevant folders? Or how to handle this?