astro 1.0.0-beta.23
Patch Changes
-
1032e450Thanks @FredKSchott! - Introduce new @astrojs/rss package for RSS feed generation! This also adds a new global env variable for your project's configured "site": import.meta.env.SITE. This is consumed by the RSS feed helper to generate the correct canonical URL. -
1032e450Thanks @FredKSchott! - Internal: removedshorthash -
1032e450Thanks @FredKSchott! - Internal: replacesserialize-javascriptwithdevalue -
82345fddThanks @FredKSchott! - Deprecate the markdown component in SSR.This was not working before, so now we make it official by throwing with a clean error message. See https://docs.astro.build/en/guides/markdown-content/#markdown-component to learn more.