Image visible locally but not online

Inside a file .md I set the following HTML <img src="/images/folder/filename.jpeg" width ="300" height="300"></p>

If I run the hugo server, I can see the image, but if I deploy the website, I cannot see the image anymore.
Is there anything I miss?

What is the baseURL in your site configuration?
What is the URL of the live site?

@jmooring Thank you for your reply.
I discevered just now that the issues was depending on the NGINX file conf.
Thank you again.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.