From 4e8fc0f09765cd90773fcef0cb483ca1872f2883 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 4 Feb 2023 13:02:36 +0700 Subject: no message --- next.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'next.config.js') 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', -- cgit v1.2.3