mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
3ad0aac8cf
* fix: fetchContent within nested folders * feat: add `sourceId` to fetchContent * test: update collection tests * fix: windows compat for importPath * chore: add changeset * fix: astroRoot => projectRoot * feat: add `slash` package * chore: remove sourceId prop * chore: update changeset * format
5 lines
74 B
Markdown
5 lines
74 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix `fetchContent` API bug for nested `.md` files
|