From 65e183df0703fe7d089f108ffe221348f191f91f Mon Sep 17 00:00:00 2001 From: the-kwisatz-haderach Date: Sat, 7 Dec 2024 09:01:52 +0100 Subject: [PATCH] fix: remove image optimisation --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index 0d644f3..a5142cd 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,9 @@ module.exports = (phase, { defaultConfig }) => { const config = { ...defaultConfig, i18n, + images: { + unoptimized: true, + }, async headers() { return [ {