summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
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'
}
]
}