allow browser to cache on docs (#6405)

This commit is contained in:
Michael Clark
2025-12-14 16:53:27 +00:00
committed by GitHub
parent fca4522a65
commit 72be36d399

8
packages/docs/static/_headers vendored Normal file
View File

@@ -0,0 +1,8 @@
# /assets folder contain processed assets with a file hash
# They are safe for immutable caching, as filename change when content change
/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable