From 82de4ac15e6a942c3b004efad24a3dc8a4ab7edf Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 30 Sep 2022 20:47:08 +0300 Subject: feat: add custom Image component --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index cc28907..e314688 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,9 @@ const nextConfig = { allowFutureImage: true, }, }, + images: { + domains: ['localhost', 'eug-vs.xyz'], + }, redirects: async () => { return [{ source: '/', -- cgit v1.2.3