diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-06-22 15:08:05 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-06-22 15:08:05 +0700 |
| commit | 62c6c84dfae2564e92e2b3228c67d2fb12f5c3e5 (patch) | |
| tree | e93f2c2900c5499b19d269e9a43d92eebab72edf /next.config.js | |
| parent | d2ac3371d30464801924539350ddb50eb42eb007 (diff) | |
get promotion progrm
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/next.config.js b/next.config.js index 2f3f4396..d9ce4114 100644 --- a/next.config.js +++ b/next.config.js @@ -25,8 +25,9 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'https', - hostname: 'erp.indoteknik.com' + protocol: 'http', + // hostname: 'erp.indoteknik.com' + hostname: '192.168.23.5' } ] } |
