my blog https://overreacted.io

feat: migrate image to github (#803)

* feat: migrate image to github

* fix: replace image in layout

authored by

Mario Souto and committed by
GitHub
897ff212 22cbd911

+2 -3
+1 -2
app/feed.js
··· 14 14 feedLinks: { atom: `${site_url}atom.xml`, rss: `${site_url}rss.xml` }, 15 15 generator: "Feed for Node.js", 16 16 id: site_url, 17 - image: 18 - "https://pbs.twimg.com/profile_images/1545194945161707520/rqkwPViA_400x400.jpg", 17 + image: "https://github.com/gaearon.png", 19 18 link: site_url, 20 19 title: metadata.title, 21 20 };
+1 -1
app/layout.js
··· 16 16 <Link href="https://danabra.mov" target="_blank"> 17 17 <img 18 18 alt="Dan Abramov" 19 - src="https://pbs.twimg.com/profile_images/1545194945161707520/rqkwPViA_400x400.jpg" 19 + src="https://github.com/gaearon.png" 20 20 className="relative -top-1 mx-1 inline h-8 w-8 rounded-full" 21 21 /> 22 22 </Link>