You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build, i get this kind on manifest.json file : { "build/images/foo.png": "build/images/foo.41de51.png" }
So in my twig i get the image like this : <img src="{{ asset('build/images/foo.png') }}" />
My question : is there a way to abstract the path and remove the "build/" part ? I would like to give only images/foo.png to my asset function in my twig.