diff options
author | 2022-05-03 17:09:57 -0700 | |
---|---|---|
committer | 2022-05-03 17:09:57 -0700 | |
commit | 82345fdd54b7d035657c584ecfc3d98dbaecfc24 (patch) | |
tree | 20f506d3605f368bb5248b687aacf784cdbdcaa6 | |
parent | 224c181cbdce101f14c6335377300bc7174ba23f (diff) | |
download | astro-82345fdd54b7d035657c584ecfc3d98dbaecfc24.tar.gz astro-82345fdd54b7d035657c584ecfc3d98dbaecfc24.tar.zst astro-82345fdd54b7d035657c584ecfc3d98dbaecfc24.zip |
Create silent-hornets-double.md
-rw-r--r-- | .changeset/silent-hornets-double.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/silent-hornets-double.md b/.changeset/silent-hornets-double.md new file mode 100644 index 000000000..e436c1ca2 --- /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. |