chore: Update blog image ea155452
Steve · 2024-12-09 10:23 1 file(s) · +2 −2
src/content/post/leaving-neovim-for-zed.mdx +2 −2
3 3
publishDate: "16 Aug 2024"
4 4
description: "A journey through text editors and how I landed on Zed after years of Neovim"
5 5
tags: ["programming", "developer tools", "neovim", "zed"]
6 -
ogImage: "https://dweb.mypinata.cloud/ipfs/QmV66MtU6PHNAooavATGJyYrAgAeRDaHN4UvRwVN2Lsrp6"
6 +
ogImage: "https://cdn.stevedylan.dev/files/bafybeibwxwp4irtylo7g5r2y6xd7r7hgqgfxlvzr52a7qcj7amp36p477i"
7 7
---
8 8
9 9
import { Image } from "astro:assets";
10 10
11 11
<Image
12 -
	src="https://dweb.mypinata.cloud/ipfs/Qmc6r5uT5GiAonoo98YLTzxysvjV8x6cVaT1cQnToLsva6?img-quality=60"
12 +
	src="https://cdn.stevedylan.dev/files/bafybeibwxwp4irtylo7g5r2y6xd7r7hgqgfxlvzr52a7qcj7amp36p477i"
13 13
	alt="header image"
14 14
	height={1080}
15 15
	width={1920}