Replace thumbnail with resized type

This commit is contained in:
2026-01-28 14:41:26 +01:00
parent 91de1b43ef
commit 7c1659effa
3 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,9 @@ module.exports = {
},
proxyClientMaxBodySize: '50mb',
},
images: {
qualities: [25, 50, 75, 100],
},
output: "standalone",
}