Skip to content

Commit

Permalink
updating next.config.js file with http
Browse files Browse the repository at this point in the history
  • Loading branch information
romualdo-ah committed Feb 26, 2022
1 parent 7958d9f commit 2af106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 2af106f

Please sign in to comment.