0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Merge pull request #6834 from ErisDS/woff

Removing very old fix for woff files
This commit is contained in:
Kevin Ansfield 2016-05-16 11:05:07 +02:00
commit 23d73e2725

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());