Skip to content

Commit

Permalink
fixed user icon not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Oct 30, 2023
1 parent f456fa2 commit 3674042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ module.exports = {
hostname: "loremflickr.com",
port: "",
},
{
protocol: "https",
hostname: "avatars.githubusercontent.com"
}
],
},
};

1 comment on commit 3674042

@vercel
Copy link

@vercel vercel bot commented on 3674042 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seniordesign – ./

smare.vercel.app
seniordesign-git-main-lryanle.vercel.app
seniordesign-lryanle.vercel.app
smare.lryanle.com

Please sign in to comment.