Static file change not reflecting after deployment

Changed the path in constant html variable - <img src="static/images/chatbot.jpg
but after deployment it remains as images/chatbot.jpg, therefore all images are appearing once url is loaded.

Why are static file changes not reflecting?
https://replit.com/@harishmantri1/Custom-Company-Chatbot#static/script.js

I haven’t used deployments fully before, but is there a way to push changes to the deployment on your side?

Have you tried:

  • Redeploying
  • Un-deploying (well that’s not a word) and deploying again?
1 Like