mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
* Fix dot files not being copied over on non-root builds (#9740) When running `astro build` outside of where the astro files are, dotfiles are not copied over because the `includeDotfiles` parameter is not passed in. * update changeset * Update changeset description --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
196 B
196 B
astro |
---|
patch |
Fixes an issue where dot files were not copied over from the public folder to the output folder, when build command was run in a folder other than the root of the project.