diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 61419b5..c5165c9 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -1,11 +1,8 @@ import { getCollection } from "astro:content"; import { getRssString } from "@astrojs/rss"; -import type { APIRoute } from "astro"; +import type { APIRoute, ImageMetadata } from "astro"; import { experimental_AstroContainer } from "astro/container"; -import image from "/content/blog/assets/nested.png"; -image.format; - const container = await experimental_AstroContainer.create(); const postBodies = import.meta.glob("../content/blog/**/*.md");