diff --git a/next.config.js b/next.config.js index 11854b3..afdc95a 100644 --- a/next.config.js +++ b/next.config.js @@ -4,4 +4,14 @@ module.exports = { experimental: { serverActions: true, }, + images: { + remotePatterns: [ + { + protocol: 'https', + hostname: 'avatars.githubusercontent.com', + port: '', + pathname: '**', + }, + ], + }, };