When I add images it is stored inside google cloud platform VM correctly. But I am not able to fetch newly added images in my website. If I redeploy project with newly added images in assets folder it is showing correctly. I have verified there is no mistake on frontend or backend side.
Is it not possible to get live image update with VM?
Edit:
I have used Vue.js.
I am storing images inside src/assets
folder.
When I save images in my website it is saved at src/assets
folder.
I think it can only access things in dist folder after build. Can you suggest where should I save my file?