Skip to content

Commit

Permalink
activated mergeLinkHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Stüber committed Jan 10, 2018
1 parent e1888a4 commit 46c95a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const NETLIFY_HEADERS_FILENAME = `_headers`
export const DEFAULT_OPTIONS = {
headers: {},
mergeSecurityHeaders: true,
mergeLinkHeaders: false, // TODO: change this to true when gzip for server push is on netlify
mergeLinkHeaders: true,
mergeCachingHeaders: true,
transformHeaders: _.identity, // optional transform for manipulating headers for sorting, etc
}
Expand Down

0 comments on commit 46c95a7

Please sign in to comment.