Skip to content

Commit ba5436a

Browse files
committed
deploy: 222359b
1 parent c27d87f commit ba5436a

4 files changed

Lines changed: 348 additions & 1 deletion

File tree

.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Disable caching for JSON translation files
2+
<FilesMatch "\.(json)$">
3+
Header set Cache-Control "no-cache, no-store, must-revalidate"
4+
Header set Pragma "no-cache"
5+
Header set Expires 0
6+
</FilesMatch>

_headers

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/i18n/*.json
2+
Cache-Control: no-cache, no-store, must-revalidate
3+
Pragma: no-cache
4+
Expires: 0

0 commit comments

Comments
 (0)