Frontend Configuration persistance across network

How do i make my frontend MFE’s branding on the server persistent on client systems? Changes in legacyui is persistent across my network but frontend MFE’s changes are not. I working with OpenMRS 2.7.6 + RefApp 3.x.

To persist frontend configurations permanently, you’d need to add the configuration json to your distro. This is an example - openmrs-distro-referenceapplication/frontend/config-core_demo.json at main · openmrs/openmrs-distro-referenceapplication · GitHub.

:smiling_face: Thanks alot @ nethmi. My frontend MFE custom changes are now persistent across server and clients systems. I simply created my custom json configuration file as suggested, inside the frontend directory. Then added the path of the file to index.html @ configUrls in the same directory.