summaryrefslogtreecommitdiff
path: root/src/utils/webmentions.ts
diff options
context:
space:
mode:
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;