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
fix syntax error
awarm.space
3 months ago
8252cf15
7d66e003
+3
-2
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
page.tsx
+3
-2
app/lish/[did]/[publication]/[rkey]/page.tsx
···
26
26
return {
27
27
icons: {
28
28
icon: {
29
29
-
30
29
url:
31
30
process.env.NODE_ENV === "development"
32
31
? `/lish/${did}/${params.publication}/icon`
33
32
: "/icon",
34
34
-
, sizes: "32x32", type: "image/png" },
33
33
+
sizes: "32x32",
34
34
+
type: "image/png",
35
35
+
},
35
36
other: {
36
37
rel: "alternate",
37
38
url: document.uri,