From f0be957b0e662ac06ca8e2906309cfba5563840a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 25 Aug 2025 18:02:43 +0200 Subject: Fix build issues --- src/pages/blog.xml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/blog.xml.ts') diff --git a/src/pages/blog.xml.ts b/src/pages/blog.xml.ts index 2b111d0..c0b5086 100644 --- a/src/pages/blog.xml.ts +++ b/src/pages/blog.xml.ts @@ -1,5 +1,5 @@ import rss from "@astrojs/rss"; -import type { APIContext, APIRoute } from "astro"; +import type { APIRoute } from "astro"; import { getCollection } from "astro:content"; const spanishPubDate = (date: Date): string => { -- cgit v1.3