Skip to content

Commit

Permalink
Update remotePatterns in next.config.js (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
aron authored Sep 19, 2023
1 parent 08a033a commit a6beee7
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 @@ -11,6 +11,10 @@ const nextConfig = {
protocol: "https",
hostname: "replicate.delivery",
},
{
protocol: "https",
hostname: "*.replicate.delivery",
},
],
},
};
Expand Down

0 comments on commit a6beee7

Please sign in to comment.