diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 8 |
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', |
