diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/blog.xml.ts | 2 |
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 => { |
