From 8e58a91210f3ec1cbe756b57eb8ff2229879bf3e Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Mon, 5 Jan 2026 15:55:07 +0800 Subject: [PATCH] update --- next.config.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 1ae53f7..08902fa 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,12 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - domains: ["mikulnews.com", "dev.mikulnews.com", "jaecoocihampelasbdg.com"], + domains: [ + "mikulnews.com", + "dev.mikulnews.com", + "jaecoocihampelasbdg.com", + "dev.arahnegeri.com", + ], }, eslint: { ignoreDuringBuilds: true,