feat: contact gravatar (#89) (#90)

This commit is contained in:
Shree Krishna Lamichhane
2025-01-25 18:45:12 +05:45
committed by GitHub
parent a07025422e
commit 6b9696e715
3 changed files with 97 additions and 11 deletions

View File

@@ -12,6 +12,14 @@ const config = {
esmExternals: "loose",
serverComponentsExternalPackages: ["bullmq"],
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "www.gravatar.com",
},
],
},
};
export default config;