I have a question that might seem silly to some, but it's really frustrating me.
I am currently working on a project using Vue with vue-cli.
this is the webpack build result
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>media-belajar</title>
<link href=/static/css/app.cca059254702f9ed953b7df749673cf4.css rel=stylesheet>
</head>
<body>
<div id='app'></div>
<script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script>
<script type=text/javascript src=/static/js/vendor.2420502e2b2c7f321d64.js></script>
<script type=text/javascript src=/static/js/app.f16ac5c624284d30f5af.js> </script>
</body>
</html>
Every link has an extra '/' before 'static', causing the assets not to load.