mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
34da907f3b
* fix: make semicolon optional when detecting `prerender` option * trim to remove possible carriage return * Apply suggestions from code review Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
158 B
158 B
astro |
---|
patch |
Fixes a case where omitting a semicolon and line ending with carriage return - CRLF - in the prerender
option could throw an error.