Is there a way to remove first "/" from resources url?
Created by: thevishnupradeep
I am trying to build an electron app. I am simply pointing electron api to the build folder. But the issue is I am getting the error failed to load file:///....
error. If I understand correctly, this is because of the extra slash at the beginning of the resource links.
I just want to change links in html and other files from "/static/js/main.2a85c832.js"
to "static/js/main.2a85c832.js"
?
Could anyone help? Thanks