mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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>
5 lines
288 B
Markdown
5 lines
288 B
Markdown
---
|
|
"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`).
|