0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset
Eric Park 3acc65444c
fix: match index files only by using entire basename (#12815)
* fix: match index files only by using entire basename

The previous code would cause file names like `index.xml.ts` to be
treated as index files, when they aren't (the file basename excluding
the extension `.ts` is `index.xml`, and `index` should be the index
file). To match index files only, match the entire first half of the
basename when splitting by the last occurrence of the period/file
extension delimiter.

Pedantically this might not be correct -- i.e. some file extensions
actually span multiple delimiters, like index.tar.gz. But in that case
it's not an index file as well, so I think this is fine.

Fixes #12675

* Add changeset
2025-01-05 19:57:53 +00:00
..
big-mugs-approve.md Fix sourcemap warning in server islands plugin (#12877) 2025-01-03 22:43:22 +08:00
config.json chore: exit pre-mode (#12553) 2024-12-03 10:52:51 +00:00
mighty-pugs-retire.md fix: wait for content layer sync before starting dev server (#12818) 2025-01-02 19:49:02 +00:00
README.md
slimy-oranges-argue.md fix: clone session data on .set() (#12883) 2025-01-05 19:54:41 +00:00
small-maps-give.md fix: match index files only by using entire basename (#12815) 2025-01-05 19:57:53 +00:00
strange-carpets-drop.md fix: add render() to stub content type defs (#12884) 2025-01-03 12:01:33 +00:00
tough-cars-yawn.md fix: clone session data on .set() (#12883) 2025-01-05 19:54:41 +00:00
witty-lies-end.md fix: add noindex to server island headers (#12827) 2025-01-02 15:20:23 +00:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation