my blog https://overreacted.io

maybe fix vid

Changed files
+2 -2
app
[slug]
public
open-social
+1 -1
app/[slug]/page.tsx
··· 124 124 125 125 return <img src={finalSrc} {...rest} />; 126 126 }, 127 - video: ({ src, ...rest }) => { 127 + Video: ({ src, ...rest }) => { 128 128 let finalSrc = src; 129 129 if (src && !/^https?:\/\//.test(src)) { 130 130 // https://github.com/gaearon/overreacted.io/issues/827
+1 -1
public/open-social/index.md
··· 261 261 262 262 You can try it yourself by [clicking on this link](https://pdsls.dev/jetstream?instance=wss%3A%2F%2Fjetstream1.us-east.bsky.network%2Fsubscribe): 263 263 264 - <video src="./jetstream.mp4" loop muted autoPlay /> 264 + <Video src="./jetstream.mp4" loop muted autoPlay /> 265 265 266 266 <br /> 267 267