I deployed by "build" on my IIS server using the url re-write but I notice the application is not loading.
My Reactjs Application is wrapped inside express node.
this is the url of the application not loading: http://booleandev.com/expense-tracker
This is the url of the application loading http://booleandev.com:9000
I noticed the reason for the application not loading is because all the links were linking to a broken link - booleandev.com/static/...
how do I solve this issue.
Thank you.