Hi there,
Situation:
- I deploy to Pages production a folder with one file
index.html
- Then I remove
index.html
from the folder and add a new fileindex-new.html
. I deploy the folder to production again.
I see now that both files index.html
and index-new.html
are being served by Cloudflare Pages, so it looks like the first file index.html
was not removed from the hosting, maybe because of the cache.
Questions:
- will the old file
index.html
stay forever or it will be cleaned up with time? - If the old file will eventually be cleaned up, for how long will it stay?
Thanks in advance