You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to flag that using the package in production causes a penalisation when auditing via Google Lighthouse (Chrome devtools - audit panel) as the generated font urls are missing the preconnect flag.
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. Learn more.
It would beneficial either have a configuration option to inject this flag or add it straight away during the building.
Thank you in advance for considering this request.
The text was updated successfully, but these errors were encountered:
This one can be used for custom font loading from static or assets folders also with caching headers on firebase.json for firebase hosting? Any recommendations?
Good morning/afternoon.
First of all, thanks for this package
I would like to flag that using the package in production causes a penalisation when auditing via Google Lighthouse (Chrome devtools - audit panel) as the generated font urls are missing the preconnect flag.
Consider adding
preconnect
ordns-prefetch
resource hints to establish early connections to important third-party origins. Learn more.It would beneficial either have a configuration option to inject this flag or add it straight away during the building.
Thank you in advance for considering this request.
The text was updated successfully, but these errors were encountered: