I export my sites.
On a page, I had text that said “Please contact us if you have questions. We response to questions within 24 hours,”
This piece of text was on 5 pages.
I changed the text to “Please contact us if you have any questions.”
In revisiting the pages… the old content was still there.
I had to forcibly refresh the screen to see the new / update content.
In the past… I’ve controlled this issue with this:
<META HTTP-EQUIV="Expires" CONTENT="Mon, 01 Jan 1990 00:00:01 GMT">
<META HTTP-EQUIV="Last-Modified" CONTENT="0">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
What can be done with a site developed in webflow… short of manually change the source.
I know I can add this to Custom Code Head… has anyone else had this issue.