From 0abd44dc34cc8225619248b3487c3f939b0bd64f Mon Sep 17 00:00:00 2001 From: leogytis Date: Thu, 25 Jan 2024 07:53:19 +0200 Subject: [PATCH] try again --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 539ae60..1d9fe13 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ */ const nextConfig = { output: "export", - images: { unoptimized: true }, + // images: { unoptimized: true }, }; module.exports = nextConfig;