Re-enable image optimization

This commit is contained in:
Alberto Pasqualetto 2024-02-06 01:25:01 +01:00 committed by GitHub
parent 8eb61ef9ff
commit eff69f3b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@ const nextConfig = {
output: "standalone",
images: {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,
},
i18n,
};