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:
commit
23d73e2725
1 changed files with 0 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue