Just starting out in web development and I'm working on updating HTML and CSS files stored on Amazon S3. Our website's backend is hosted on Heroku, while the front-end is on Amazon S3.
Whenever I make changes to a CSS file, I can immediately see the updates by refreshing my browser. However, when it comes to updating HTML pages, the changes don't seem to take effect no matter how many times I refresh the page.
I've tried looking into caching options for a solution, but nothing seems to work for me. Any advice or suggestions would be greatly appreciated!
Thank you!