From 7bf6cdae73172c4ee5a0ec18203ad414e117a7fe Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 6 Jan 2026 14:20:13 +0800 Subject: [PATCH] update --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 42232c9..9797388 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - domains: ["mikulnews.com", "dev.mikulnews.com"], + domains: ["mikulnews.com", "dev.mikulnews.com", "dev.asuransiaman.com"], }, eslint: { ignoreDuringBuilds: true,