We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac29407 commit d06a2e5Copy full SHA for d06a2e5
scripts/checkImages.mjs
@@ -8,7 +8,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
8
const { underline, grey, red } = kleur
9
10
// 1MiB
11
-const MAX_IMAGE_SIZE = 1024 ** 2
+const MAX_IMAGE_SIZE = 1024 ** 8
12
const humanMaxSize = byteSize(MAX_IMAGE_SIZE, { toStringFn })
13
14
const isActions = !!process.env.GITHUB_ACTIONS
0 commit comments