Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add caching headers for production assets #1087

Merged
merged 1 commit into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Add caching headers for production assets

    It turns out we weren't sending any caching headers for assets in production, so they weren't generally getting cached. This adds a 1-day cache for them (most assets are compiled and have hashes in the name, so could be cached forever, but some don't, e.g. `robots.txt`).
    Mr0grog committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f02ef3b View commit details
    Browse the repository at this point in the history