mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-08 06:37:18 +02:00
18 lines
354 B
Text
18 lines
354 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: immutable
|
|
|
|
/fr/assets/*
|
|
cache-control: immutable
|
|
|
|
/pt-BR/assets/*
|
|
cache-control: immutable
|
|
|
|
/ko/assets/*
|
|
cache-control: immutable
|
|
|
|
/zh-CN/assets/*
|
|
cache-control: immutable
|