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:
Daniel Lockyer 2023-07-14 10:40:39 +02:00 committed by Daniel Lockyer
parent 9a68187b8e
commit 06a9e03f20

View File

@ -145,6 +145,8 @@ module.exports = function (defaults) {
'map',
'svg',
'ttf',
'woff2',
'mp4',
'ico'
]
},