currently it's like this `<script type="text/javascript" src="/main.d76da2e415c2ec281286.js"></script>` should be like this `<script type="text/javascript" src="./main.d76da2e415c2ec281286.js"></script>` is there a way to change this configuration?
currently it's like this
<script type="text/javascript" src="/main.d76da2e415c2ec281286.js"></script>should be like this
<script type="text/javascript" src="./main.d76da2e415c2ec281286.js"></script>is there a way to change this configuration?