a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

add site.standard.publication rel

Jared Pereira (May 25, 2026, 11:03 PM EDT) 7fe158bf 3ab75113

+10 -4
+10 -4
app/(app)/lish/[did]/[publication]/layout.tsx
··· 49 49 sizes: "32x32", 50 50 type: "image/png", 51 51 }, 52 - other: { 53 - rel: "alternate", 54 - url: publication.uri, 55 - }, 52 + other: [ 53 + { 54 + rel: "alternate", 55 + url: publication.uri, 56 + }, 57 + { 58 + rel: "site.standard.publication", 59 + url: publication.uri, 60 + }, 61 + ], 56 62 }, 57 63 alternates: pubRecord?.url 58 64 ? {