[Vuejs]-Image path is calling from localhost in vuejs project after uploaded at the server

0👍

Almost all image links are wrong.

When you hover over the images ist DOES NOT show your image URLs but the linkes page.
All images are dead.

here one example from the JScode
{staticClass:"footer_logo"},[n("img",{attrs:{src:"http://127.0.0.1:8000/images/logo1.png"}})])])

Leave a comment