summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js
index 608cbb45..59ab4116 100644
--- a/next.config.js
+++ b/next.config.js
@@ -15,6 +15,14 @@ const nextConfig = {
locales: ['id'],
defaultLocale: 'id',
},
+ images: {
+ remotePatterns: [
+ {
+ protocol: 'https',
+ hostname: 'erp.indoteknik.com'
+ }
+ ]
+ },
env: {
SELF_HOST: 'http://localhost:3000',
// ODOO_HOST: 'http://35.219.117.154:8069',