From f100d259d2ffebe61fef56ea3964f6d534d598c8 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:46:07 +0300 Subject: Initial pleroma pull support --- src/utils/webmentions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/webmentions.ts') diff --git a/src/utils/webmentions.ts b/src/utils/webmentions.ts index c9f62b7..8edfd90 100644 --- a/src/utils/webmentions.ts +++ b/src/utils/webmentions.ts @@ -1,5 +1,5 @@ -import * as fs from "node:fs"; import { WEBMENTION_API_KEY } from "astro:env/server"; +import * as fs from "node:fs"; import type { WebmentionsCache, WebmentionsChildren, WebmentionsFeed } from "@/types"; const DOMAIN = import.meta.env.SITE; -- cgit v1.2.3