diff options
Diffstat (limited to '.changeset/neat-dots-hear.md')
-rw-r--r-- | .changeset/neat-dots-hear.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.changeset/neat-dots-hear.md b/.changeset/neat-dots-hear.md deleted file mode 100644 index 567e5c22e..000000000 --- a/.changeset/neat-dots-hear.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': major ---- - -Prevent usage of `astro:content` in the client - -Usage of `astro:content` in the client has always been discouraged because it leads to all of your content winding up in your client bundle, and can possibly leaks secrets. - -This formally makes doing so impossible, adding to the previous warning with errors. - -In the future Astro might add APIs for client-usage based on needs. |