aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-08-25 18:02:43 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-08-25 18:02:43 +0200
commitf0be957b0e662ac06ca8e2906309cfba5563840a (patch)
treee798ced0ec3d6f60ee91c4e8bfdc49e3efab0a20 /src/pages
parent4cac4f32a42c8f5a8490ed5018c30a279b1f5eb0 (diff)
Fix build issues
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/blog.xml.ts2
1 files changed, 1 insertions, 1 deletions
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 => {