summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-06-22 15:08:05 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-06-22 15:08:05 +0700
commit62c6c84dfae2564e92e2b3228c67d2fb12f5c3e5 (patch)
treee93f2c2900c5499b19d269e9a43d92eebab72edf /next.config.js
parentd2ac3371d30464801924539350ddb50eb42eb007 (diff)
get promotion progrm
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js5
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'
}
]
}