diff options
| -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' } ] } |
