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
fix: stylesheet links in <Head> drop entry CSS (#3825)
The Head cache key for <link> excluded href for every rel, so any <link
rel="stylesheet"> in <Head> collided with entry-asset stylesheets (e.g.
Tailwind) and replaced them at the layout's <head> position. The href
exclusion was added to let <Head> override a singleton like canonical
without a key; scope it to those rels so distinct stylesheets no longer
dedupe.
Closes#3824
0 commit comments