summaryrefslogtreecommitdiff
path: root/src/pages/.well-known
diff options
context:
space:
mode:
authorJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-06 15:10:35 -0300
committerJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-07-06 15:10:35 -0300
commit87df5a27cb34ada02f54dacf4299574f04038612 (patch)
treeedd286add16ec82bc4b8467566ede15a90883a39 /src/pages/.well-known
parent04bcfc551e3f446d26358971115ac27e34f03e44 (diff)
fix: env name conflict
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/pages/.well-known')
-rw-r--r--src/pages/.well-known/onion.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/.well-known/onion.ts b/src/pages/.well-known/onion.ts
index 552b5eb..5b1bc8c 100644
--- a/src/pages/.well-known/onion.ts
+++ b/src/pages/.well-known/onion.ts
@@ -1,5 +1,5 @@
import type { APIRoute } from "astro";
-import { env } from "../../lib/env.ts";
+import { env } from "../../lib/environment.ts";
const { PUBLIC_TOR_URL } = env;
export const GET: APIRoute = (): Response => {