grain.social is a photo sharing platform built on atproto.

use fullsize photo for og:image

Changed files
+1 -1
src
+1 -1
src/meta.ts
··· 36 36 }, 37 37 { 38 38 property: "og:image", 39 - content: gallery?.items?.filter(isPhotoView)?.[0]?.thumb, 39 + content: gallery?.items?.filter(isPhotoView)?.[0]?.fullsize, 40 40 }, 41 41 ]; 42 42 }