a tool for shared writing and social publishing

add link rel to pub post pages

+7 -4
+7 -4
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 35 35 sizes: "32x32", 36 36 type: "image/png", 37 37 }, 38 - other: { 39 - rel: "alternate", 40 - url: document.uri, 41 - }, 38 + other: [ 39 + { 40 + rel: "alternate", 41 + url: document.uri, 42 + }, 43 + { rel: "site.standard.document", url: document.uri }, 44 + ], 42 45 }, 43 46 title: 44 47 docRecord.title +