Astro caching with output = server
I added
to one of my pages deployed with
@astrojs/cloudflare
and I do see the response header in my network tab, but it's seemingly not caching anything. I am displaying the current time and it changes every time I refresh the page. Shouldn't it cache the HTML for 60 seconds? Output is set to server
and the page is just this
2 Replies
I even have the Cache Rule "Cache Everything" enabled and it's not doing anything