From eeb3bcec19b15e6b7d30f983c8f613dedb1a9b32 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 22 Oct 2022 20:06:01 +0300 Subject: refactor: separate Nginx adapter --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index e314688..494d6fe 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const nextConfig = { }, }, images: { - domains: ['localhost', 'eug-vs.xyz'], + domains: ['localhost', 'eug-vs.xyz', 'git.eug-vs.xyz'], }, redirects: async () => { return [{ -- cgit v1.2.3