mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added woff2
and mp4
file fingerprinting to Admin
refs https://ghost.slack.com/archives/C027S85FS/p1688984189646059?thread_ts=1688979558.123869&cid=C027S85FS - this enables those file extensions to get fingerprinted so the filenames contain hashes
This commit is contained in:
parent
9a68187b8e
commit
06a9e03f20
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ module.exports = function (defaults) {
|
|||
'map',
|
||||
'svg',
|
||||
'ttf',
|
||||
'woff2',
|
||||
'mp4',
|
||||
'ico'
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue