From 87df5a27cb34ada02f54dacf4299574f04038612 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sun, 6 Jul 2025 15:10:35 -0300 Subject: fix: env name conflict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/pages/.well-known/onion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/.well-known') 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 => { -- cgit v1.2.3