Skip to content

Commit

Permalink
activated mergeLinkHeaders (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
zionis137 authored and KyleAMathews committed Jan 10, 2018
1 parent 1f1c180 commit 87283f1
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 87283f1

Please sign in to comment.