Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: deploy URL not set right for all CSS url references (e.g. fonts) #1521

Merged
merged 1 commit into from
Oct 19, 2023

Commits on Oct 18, 2023

  1. fix: deploy URL not set right for all CSS url references (e.g. fonts)

    * deploy URL was falsely  set for `url(data:` references
    * the matcher selected `url(data` references and included the first `url(/assets/` in this match so ist was not treated seperatly failing to add the deploy URL
    shauke committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a269224 View commit details
    Browse the repository at this point in the history