docusaurus/_headers
2024-04-18 17:26:56 +02:00

28 lines
649 B
Text

# /assets folder contain Webpack 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
/fr/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable
/pt-BR/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable
/ko/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable
/zh-CN/assets/*
Cache-Control: public
Cache-Control: max-age=365000000
Cache-Control: immutable