From 984f1b13b408ee9652072392d6312d609b353315 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Mon, 24 Jul 2023 10:32:52 +0700 Subject: ganti config next js --- next.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index d9ce4114..2f3f4396 100644 --- a/next.config.js +++ b/next.config.js @@ -25,9 +25,8 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'http', - // hostname: 'erp.indoteknik.com' - hostname: '192.168.23.5' + protocol: 'https', + hostname: 'erp.indoteknik.com' } ] } -- cgit v1.2.3