diff --git a/.changeset/silent-hornets-double.md b/.changeset/silent-hornets-double.md new file mode 100644 index 0000000000000..e436c1ca22f20 --- /dev/null +++ b/.changeset/silent-hornets-double.md @@ -0,0 +1,7 @@ +--- +"astro": patch +--- + +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.