Smaller vanilla env page size

This commit is contained in:
Anuken
2022-07-19 20:43:10 -04:00
parent 4fbad2356d
commit 1a39bcaef0

View File

@@ -2,8 +2,8 @@
duplicatePadding: true, duplicatePadding: true,
combineSubdirectories: true, combineSubdirectories: true,
flattenPaths: true, flattenPaths: true,
maxWidth: 4096, maxWidth: 2048,
maxHeight: 4096, maxHeight: 2048,
fast: true, fast: true,
stripWhitespaceCenter: false stripWhitespaceCenter: false
} }