I recently incorporated VueRouter into my project and encountered an issue with the asset URL not being correct. Instead of displaying
www.example.com/js/0.main.js
The URL it generates is
www.example.com/0.main.js
Any suggestions on how to include the /js/
prefix?