Back to Withastro

getStaticPaths RSS helper is not available anymore.

src/content/docs/en/reference/errors/get-static-paths-removed-rsshelper.mdx

latest579 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

:::caution[Deprecated] Deprecated since Astro 4.0. The RSS helper no longer exists with an error fallback. :::

GetStaticPathsRemovedRSSHelper: The RSS helper has been removed from getStaticPaths. Try the new @astrojs/rss package instead.

What went wrong?

getStaticPaths no longer expose an helper for generating a RSS feed. We recommend migrating to the @astrojs/rssintegration instead.

See Also: