summaryrefslogtreecommitdiff
path: root/.changeset/stupid-shoes-complain.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/stupid-shoes-complain.md')
-rw-r--r--.changeset/stupid-shoes-complain.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/stupid-shoes-complain.md b/.changeset/stupid-shoes-complain.md
deleted file mode 100644
index 09669cf15..000000000
--- a/.changeset/stupid-shoes-complain.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': minor
----
-
-Correctly handle spaces and capitalization in `src/content/` file names. This introduces github-slugger for slug generation to ensure slugs are usable by `getStaticPaths`. Changes:
-- Resolve spaces and capitalization: `collection/Entry With Spaces.md` becomes `collection/entry-with-spaces`.
-- Truncate `/index` paths to base URL: `collection/index.md` becomes `collection`