feat: change things — not sure what

This commit is contained in:
rizaldy 2024-12-17 00:50:41 +07:00
parent dfacaf0931
commit 125a2877b7

View File

@ -2,8 +2,8 @@ module.exports = {
output: "export", output: "export",
images: { images: {
loader: "custom", loader: "custom",
deviceSizes: [1080, 1200, 1920], imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
imageSizes: [128, 256, 384], deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
}, },
transpilePackages: ["next-image-export-optimizer"], transpilePackages: ["next-image-export-optimizer"],
env: { env: {