diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-04 13:02:36 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-04 13:02:36 +0700 |
| commit | 4e8fc0f09765cd90773fcef0cb483ca1872f2883 (patch) | |
| tree | b83781751bb4dfd275ba21ebf2b1221cc4b884af /next.config.js | |
| parent | 61b5c173a37edf867a764cc965d950182b31b5b3 (diff) | |
no message
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', |
