Skip to content

Commit

Permalink
max-age, not max-axe... sadly
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Apr 14, 2016
1 parent 48b77fa commit 8ca22fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/gulp/templates/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ gulp.task('deploy', () => {
var publisher = $.awspublish.create(credentials);

var headers = {
'Cache-Control': 'max-axe=315360000, no-transform, public'
'Cache-Control': 'max-age=315360000, no-transform, public'
};

return gulp.src('dist/**/*')
Expand Down

0 comments on commit 8ca22fe

Please sign in to comment.