Skip to content

Commit

Permalink
Merge pull request #357 from AutomatingSciencePipeline/allow-google-p…
Browse files Browse the repository at this point in the history
…hotos

allow google user photos
  • Loading branch information
rhit-windsors authored Nov 19, 2024
2 parents f694d17 + 3df132b commit 6e40c9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const nextConfig = {
hostname: 'avatars.githubusercontent.com',
pathname: '/u/**'
},
{
protocol: 'https',
hostname: 'lh3.googleusercontent.com',
pathname: '/a/**'
}
],
}
};
Expand Down

0 comments on commit 6e40c9e

Please sign in to comment.