Removed
the previously implemented podcast feed fetching logic, which included XML parsing and episode data extraction.
Modified
the API call in the episode list component to now fetch data from a new endpoint.Added
a manifest function for the application, detailing its name, description, display settings, and icons.Modified
the sitemap generation to include articles along with existing recipes, expanding the data returned for site routes.Modified
the podcast episode fetching route to use a simple XML parsing function tailored for workers, ensuring the retrieval of podcast episode details.