alpha
Login
or
Join now
flo-bit.dev
/
blog-template
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/blog-template. minimalistic astro blog template
flo-bit.dev/blog-template/
astro
blog
template
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
debug bluesky likes
author
Florian
date
2 years ago
(Nov 28, 2024, 10:15 AM +0100)
commit
7a286cf1
7a286cf190ccbd72d746f93b2972dfb98803fd45
parent
1b91dc27
1b91dc27fb4796703e1b6644eda201265d468a8d
+4
1 changed file
Expand all
Collapse all
Unified
Split
src
components
bluesky
BlueskyLikes.astro
+4
src/components/bluesky/BlueskyLikes.astro
View file
Reviewed
···
21
21
.find((post) => post.data.embed?.external?.uri === url);
22
22
23
23
let likesData = post ? await getLikes(post.data.uri) : [];
24
24
+
25
25
+
console.log("posts:", posts.length);
26
26
+
console.log(url);
27
27
+
console.log(post);
24
28
---
25
29
26
30
<Likes