summaryrefslogtreecommitdiff
path: root/.changeset/itchy-clouds-invite.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/itchy-clouds-invite.md')
-rw-r--r--.changeset/itchy-clouds-invite.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/.changeset/itchy-clouds-invite.md b/.changeset/itchy-clouds-invite.md
deleted file mode 100644
index 67dc73f08..000000000
--- a/.changeset/itchy-clouds-invite.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-"astro": minor
----
-
-Removes the requirement for non-content files and assets inside content collections to be prefixed with an underscore. For files with extensions like `.astro` or `.css`, you can now remove underscores without seeing a warning in the terminal.
-
-```diff
-src/content/blog/
-post.mdx
-- _styles.css
-- _Component.astro
-+ styles.css
-+ Component.astro
-```
-
-Continue to use underscores in your content collections to exclude individual content files, such as drafts, from the build output.