mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* fix(assets): Fixes assets generation when using custom paths and configs * fix: tests * fix: make sure remote files don't end up in nested folders by accident * test: add a whole bunch of tests * chore: changeset
5 lines
137 B
Markdown
5 lines
137 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Fixes `astro:assets` not working when using complex config with `vite.build.rollupOptions.output.assetFileNames`
|