From c2c5650a62a8af67aaa1e9232e6f42e770a06c00 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Tue, 30 Jan 2024 15:15:46 +0330 Subject: [PATCH] chore: update image source domains --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 811edb8..0be4b84 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const nextConfig = { '127.0.0.1', 'image.simplecastcdn.com', 'img.youtube.com', - 'strapi.logos.co' + 'cms-press.logos.co' ], }, }