Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

refactor: Update remote image pattern in Next.js configuration for consistency

+1 -1
+1 -1
apps/web/next.config.mjs
··· 39 39 return config; 40 40 }, 41 41 images: { 42 - remotePatterns: [{ protocol: "https", hostname: "static.hey.xyz" }] 42 + remotePatterns: [{ hostname: "static.hey.xyz" }] 43 43 }, 44 44 headers() { 45 45 return [