No successful run was found on main (420836c) during the generation of this report, so f657183 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(css): rewrite absolute URLs with base path in dev mode
Fixes CSS url() references to public assets returning 404 in dev mode
when base path is configured. Applies URL rewriting after preprocessCSS()
using Vite's cssUrlRE regex pattern.
Closes #14585