Fix rss.xml imports

vielle.dev d92fa1f7 ff14882c

verified
Changed files
+1 -4
src
pages
+1 -4
src/pages/rss.xml.ts
··· 1 1 import { getCollection } from "astro:content"; 2 2 import { getRssString } from "@astrojs/rss"; 3 - import type { APIRoute } from "astro"; 3 + import type { APIRoute, ImageMetadata } from "astro"; 4 4 import { experimental_AstroContainer } from "astro/container"; 5 - 6 - import image from "/content/blog/assets/nested.png"; 7 - image.format; 8 5 9 6 const container = await experimental_AstroContainer.create(); 10 7