Skip to content

astro

getStaticPaths RSS helper is not available anymore.

Astro

getStaticPaths RSS helper is not available anymore.

getStaticPaths RSS helper is not available anymore.

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

:::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: