Server side, reduced image options to increase compile time.

This commit is contained in:
2018-07-11 17:49:01 +10:00
parent 32f5230e3f
commit e169438b7e

View File

@ -94,7 +94,7 @@ module.exports = function(server, app) {
use: [{
loader: "responsive-loader",
options: {
sizes: [128, 256, 500, 750, 1000, 1250, 1500, 2000, 2250, 2500],
sizes: [250, 500, 1000, 1500, 2000, 2500],
name: "[path][name]_[width]x.[ext]",
context: 'public'
}