Hello there!
My website is preceptorials.com and I am auto-deploying it from Github (for the most part). Currently, I am running into two major issues.
Well, one which is something I have struggled with for a while now, is the fact that every now and then, my users have to refresh the site to retrieve new content. I tried to look into this, and follow the instructions [here] (https://www.reddit.com/r/gatsbyjs/comments/dp6tpn/how_to_force_browser_to_clear_cache_after_a/) by removing gatsby-plugin-offline, but issue seems to still persist?
Second issue I actually have no idea whatsoever how to tackle:
Here is what I see on the landing page with the actual online site:
As you can see, the colors for one of the “Pre-recorded” tags doesn’t match the rest. There’s no error with the code that could make it look like this, because in my gatsby development mode, the colors are all matching and the way they are supposed to be. One of my users let me know that they had to hard refresh for things to look like they were supposed to. Now what I’m wondering is if there is a way for all users to see a hard refreshed page every time they load one, or something similar?
Thanks!