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 double encoding for standalone post og images
awarm.space
3 months ago
5b95119a
65d57620
+1
-1
1 changed file
expand all
collapse all
unified
split
app
p
[didOrHandle]
[rkey]
opengraph-image.ts
+1
-1
app/p/[didOrHandle]/[rkey]/opengraph-image.ts
···
7
7
params: { rkey: string; didOrHandle: string };
8
8
}) {
9
9
return getMicroLinkOgImage(
10
10
-
`/p/${decodeURIComponent(props.params.didOrHandle)}/${props.params.rkey}/`,
10
10
+
`/p/${props.params.didOrHandle}/${props.params.rkey}/`,
11
11
);
12
12
}