sintaxi / surge

CLI for the surge.sh CDN

Home Page:https://surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache-Control is set to max-age:0 for JSON files

ericboucher opened this issue · comments

The lucid caching behavior does not seem to get applied to our project. We are building a map application for the United Nations and the default cache-control strategy seems off. As a result, the app keeps reloading large JSON boundary files.

Has anyone encountered this issue before?

public, max-age=0, must-revalidate

Screenshot 2024-01-11 at 6 57 12 PM

Here is the link to the website - https://prism-master-cambodia.surge.sh/
And the code - https://github.com/WFP-VAM/prism-app

Thanks a ton!