Forcing image format to PNG
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
};
|
images: {
|
||||||
|
formats: ['image/png'],
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user