tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
add link rel to pub post pages
awarm.space
1 month ago
bf14e1f7
c1168189
+7
-4
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
page.tsx
+7
-4
app/lish/[did]/[publication]/[rkey]/page.tsx
···
35
35
sizes: "32x32",
36
36
type: "image/png",
37
37
},
38
38
-
other: {
39
39
-
rel: "alternate",
40
40
-
url: document.uri,
41
41
-
},
38
38
+
other: [
39
39
+
{
40
40
+
rel: "alternate",
41
41
+
url: document.uri,
42
42
+
},
43
43
+
{ rel: "site.standard.document", url: document.uri },
44
44
+
],
42
45
},
43
46
title:
44
47
docRecord.title +