2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Removing very old fix for woff files

no issue

- This was fix a looong, loooonng, looooooooooonnnnnnng time ago: https://github.com/broofa/node-mime/pull/60
This commit is contained in:
Hannah Wolfe 2016-05-14 19:06:33 +02:00
parent 7c786a6385
commit 9fd8d47658

View file

@ -99,9 +99,6 @@ function init(options) {
// ##Configuration
// return the correct mime type for woff files
express.static.mime.define({'application/font-woff': ['woff']});
// enabled gzip compression by default
if (config.server.compress !== false) {
blogApp.use(compress());