I discovered a way to combat the aggressive browser caching that makes it so that people don't see your latest site changes. If you add a query string to the end of the link, it doesn't change how the link works, and the browser treats it as a whole new URL. So, add the stuff at the end after the question mark: and the link will be treated as a whole new URL.
Oh so Neocities doesn't like HTML in comments. Understandable. All you have to do is add something like ?v=1 to the end of your URLs. It just has to be question mark, thing equals value.
Oh so Neocities doesn't like HTML in comments. Understandable. All you have to do is add something like ?v=1 to the end of your URLs. It just has to be question mark, thing equals value.
The browser treats that as a new url and so it doesn't use the old cached copy.