From 2c31e370db37ba4b2831b53084db706df129480d Mon Sep 17 00:00:00 2001 From: Marcelo Date: Thu, 15 Feb 2024 20:27:10 -0300 Subject: [PATCH] correcting optmize img --- next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 0b6b60b..e3deb86 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,9 @@ */ const nextConfig = { output: 'export', - + images: { + unoptimized: true, + }, } module.exports = nextConfig \ No newline at end of file