fix: Changed image rendering configuration
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
images: {
|
images: {
|
||||||
formats: ['image/png'],
|
formats: ['image/webp', 'image/avif'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user