Skip to content

Commit 8ca22fe

Browse files
committed
max-age, not max-axe... sadly
1 parent 48b77fa commit 8ca22fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/gulp/templates/gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ gulp.task('deploy', () => {
200200
var publisher = $.awspublish.create(credentials);
201201

202202
var headers = {
203-
'Cache-Control': 'max-axe=315360000, no-transform, public'
203+
'Cache-Control': 'max-age=315360000, no-transform, public'
204204
};
205205

206206
return gulp.src('dist/**/*')

0 commit comments

Comments
 (0)