Skip to content

Commit

Permalink
Allow images from ca.slack-edge.com
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Nov 19, 2024
1 parent 35878b3 commit 45706d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ module.exports = withAxiom({
protocol: "https",
hostname: "avatars.slack-edge.com",
},
{
protocol: "https",
hostname: "ca.slack-edge.com",
},
{
protocol: "https",
hostname: "secure.gravatar.com",
Expand Down

0 comments on commit 45706d5

Please sign in to comment.