diff --git a/next.config.js b/next.config.js index 3fa15cf..3429c25 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,4 @@ module.exports = { images: { domains: ['res.cloudinary.com', 'via.placeholder.com'], }, - future: { - webpack5: true, - }, };