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/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 7e506bd..1c80a76 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import { isOriginal, sortLastUpdated, } from "@lib/collection/helpers"; -import { env } from "@lib/env"; +import { env } from "@lib/environment"; const { PUBLIC_SITE_TITLE } = env; -- cgit v1.2.3