--- import { getWebmentionsForUrl } from "@/utils/webmentions"; import Comments from "./Comments.astro"; import Likes from "./Likes.astro"; const url = new URL(Astro.url.pathname, Astro.site); const webMentions = await getWebmentionsForUrl(`${url}`); // Return if no webmentions if (!webMentions.length) return; ---

Webmentions for this post

Responses powered by{" "} Webmentions