summaryrefslogtreecommitdiff
path: root/src/utils/webmentions.ts
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:46:07 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:46:07 +0300
commitf100d259d2ffebe61fef56ea3964f6d534d598c8 (patch)
tree09d06511506da9c35585740d56598eb542fac079 /src/utils/webmentions.ts
parent1e5f5a953588cefa75396454c9aed0a79552db14 (diff)
Initial pleroma pull support
Diffstat (limited to 'src/utils/webmentions.ts')
-rw-r--r--src/utils/webmentions.ts2
1 files changed, 1 insertions, 1 deletions
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;