mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
e6b8017239
* fix custom assetFileNames issue * fix error * fix asset name * handle edge cases fo multiple asset dirs * add tests * format * add changeset * improve changeset * add missing files for tests * Update neat-papayas-brake.md improve changeset
5 lines
242 B
Markdown
5 lines
242 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.
|