Cache and reading in new content from backend

When a new post is published in the backend, it does not appear right away when visiting the frontity site (writing URL and pressing enter). You need to do a refresh to load the new post.

Is there a cache in place that causes this? If so, what is the cache invalidation set to?

Which hosting are you using? is it Now?

Correct. I’m using Now.sh with no particular settings in now.json.

Are you using the @frontity/now package?

https://docs.frontity.org/installation-and-deploy/deploy-on-now

{
  "alias": "www.your-site.com",
  "version": 2,
  "builds": [
    {
      "src": "package.json",
      "use": "@frontity/now"
    }
  ]
}