mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
d34859d750
* feat: update test * feat: return `file` and `url` for astro files * chore: add changeset * fix: use private names $$file and $$url * test: update markdown test * chore: update fileId logic to strip query params
5 lines
108 B
Markdown
5 lines
108 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Expose `file` and `url` properties when fetching `.astro` files with `Astro.glob()`
|