Skip to content

Commit

Permalink
feat(Sats): allow Sats images
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Mar 3, 2024
1 parent 6d86eca commit 4c5bc59
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 @@ -45,6 +45,10 @@ const nextConfig = withPWA({
protocol: "https",
hostname: "storage.googleapis.com",
},
{
protocol: "https",
hostname: "images.ctfassets.net",
},
],
},
});
Expand Down

0 comments on commit 4c5bc59

Please sign in to comment.