From b14182bde054402c68ac34a1a599319b54600392 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 10:50:59 +0000 Subject: [PATCH] Update next.config.ts --- next.config.ts | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/next.config.ts b/next.config.ts index 8375613..5f7155e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,23 +1,16 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - devIndicators: false, experimental: { - serverComponentsHmrCache: false, + serverComponentsHmrCache: false, }, images: { - remotePatterns: [ - { - protocol: 'https', - hostname: 'webuild-dev.s3.eu-north-1.amazonaws.com', - }, - ], - }, - server: { - hmr: { - overlay: false, - }, + domains: [ + "webuild-dev.s3.eu-north-1.amazonaws.com", + "images.unsplash.com", + "via.placeholder.com", + ], }, }; -export default nextConfig; +export default nextConfig; \ No newline at end of file -- 2.49.1