From 2af106fdc53604374231102ca4112eb92865b756 Mon Sep 17 00:00:00 2001 From: romualdo-ah Date: Sat, 26 Feb 2022 11:53:26 -0300 Subject: [PATCH] updating next.config.js file with http --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 63333a2..1671eb4 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ module.exports = { API_URL: process.env.API_URL }, images: { - domains: [ 'lorempixel.com.br' ] + domains: [ 'http://lorempixel.com.br' ] }, async redirects() { return [