Skip to content

Commit

Permalink
Merge pull request #105 from brob/newAssetManagement
Browse files Browse the repository at this point in the history
Updates media URL for new Hygraph asset management
  • Loading branch information
Pierniki authored Jul 25, 2024
2 parents 0e2e74f + 3710c8d commit 6a4831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const config = withPlugins(
remotePatterns: [
{
protocol: "https",
hostname: "media.graphassets.com",
},
hostname: "**.graphassets.com",
}
],
},
webpack: (config) => {
Expand Down

0 comments on commit 6a4831c

Please sign in to comment.