From 2ec1b1a175655c245bbcde3eab547903b41b4762 Mon Sep 17 00:00:00 2001 From: Barbara Peric Date: Mon, 1 Apr 2024 13:02:48 +0200 Subject: [PATCH] FIX build error --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index 5a9f45a..33d6c4e 100755 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,10 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, assetPrefix: './', + images: { + loader: 'akamai', + path: '', + }, } module.exports = nextConfig