mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
3acc65444c
* 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 |
||
---|---|---|
.. | ||
big-mugs-approve.md | ||
config.json | ||
mighty-pugs-retire.md | ||
README.md | ||
slimy-oranges-argue.md | ||
small-maps-give.md | ||
strange-carpets-drop.md | ||
tough-cars-yawn.md | ||
witty-lies-end.md |
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