How to arrange so that the images folder contained in the public folder does not building.
I have tried various ways but have not succeeded, I tried with several forms of writing, such as:
- /public/images
- /public/images/
- **/public/images
- /public/images/**
Thanks