mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
483da89cf6
* Add types for Vite inline/no-inline import queries * Add changeset * Remove plain `?no-inline` type * Update changeset
5 lines
168 B
Markdown
5 lines
168 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Adds types for `?url&inline` and `?url&no-inline` [import queries](https://vite.dev/guide/assets.html#explicit-inline-handling) added in Vite 6
|