mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
992537e79f
* fix(astro): static entrypoints build with path with several '.astro' * feat: improve replacement logic * fix: logic * chore: improve changeset * chore: move test * Update util.ts * Update .changeset/stale-ducks-protect.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
288 B
288 B
astro |
---|
patch |
Fixes an issue that causes static entrypoints build to fail because of the path in certain conditions. Specifically, it failed if the path had an extension (like .astro
, .mdx
etc) and such extension would be also within the path (like ./.astro/index.astro
).