That’s an absolute url. As it starts with a / instead of declaring a path “relative” to the HTML file.
It should be
<script type="text/javascript" src="config.js"></script>
That’s an absolute url. As it starts with a / instead of declaring a path “relative” to the HTML file.
It should be
<script type="text/javascript" src="config.js"></script>