Skip to content

Commit

Permalink
Allow images from our user data blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Oct 28, 2024
1 parent 532351f commit 3682c54
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 @@ -31,6 +31,10 @@ module.exports = withAxiom({
protocol: "https",
hostname: "secure.gravatar.com",
},
{
protocol: "https",
hostname: "bbp30zne50ll9cz3.public.blob.vercel-storage.com",
},
],
},
async redirects() {
Expand Down

0 comments on commit 3682c54

Please sign in to comment.