mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
don't cache zip files
This commit is contained in:
parent
959d2c51f3
commit
39627ce26f
@ -425,6 +425,11 @@ export const s3 = () => {
|
|||||||
cacheTime: 0
|
cacheTime: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// all zip files, not cached
|
||||||
|
'^.+\\.zip': {
|
||||||
|
cacheTime: 0
|
||||||
|
},
|
||||||
|
|
||||||
// font mime types
|
// font mime types
|
||||||
'\.ttf$': {
|
'\.ttf$': {
|
||||||
key: '$&',
|
key: '$&',
|
||||||
|
Loading…
Reference in New Issue
Block a user