diff --git a/next.config.mjs b/next.config.mjs index c8ad35a..8ae5707 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -25,8 +25,8 @@ const config = withPlugins( remotePatterns: [ { protocol: "https", - hostname: "media.graphassets.com", - }, + hostname: "**.graphassets.com", + } ], }, webpack: (config) => {