diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-24 10:32:52 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-24 10:32:52 +0700 |
| commit | 984f1b13b408ee9652072392d6312d609b353315 (patch) | |
| tree | 5bfada365030c3a162af1633b6634beed8501c31 | |
| parent | 71b30f5c313b0571ecf34c78ccc9887b57cfcbbc (diff) | |
ganti config next js
| -rw-r--r-- | next.config.js | 5 |
1 files 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' } ] } |
