Skip to content

Commit

Permalink
chore: updated NextJS allowed images domains to allow everything
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Sep 25, 2023
1 parent b62940a commit 929f226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const nextConfig = {
remotePatterns: [
{
protocol: "https",
hostname: "ipfs.desmos.network",
hostname: "**",
port: "",
},
],
Expand Down

0 comments on commit 929f226

Please sign in to comment.