Skip to content

fix: stylesheet links in <Head> drop entry CSS#3825

Merged
crowlKats merged 1 commit into
mainfrom
fix-head
May 27, 2026
Merged

fix: stylesheet links in <Head> drop entry CSS#3825
crowlKats merged 1 commit into
mainfrom
fix-head

Conversation

@crowlKats
Copy link
Copy Markdown
Contributor

The Head cache key for excluded href for every rel, so any in collided with entry-asset stylesheets (e.g. Tailwind) and replaced them at the layout's position. The href exclusion was added to let override a singleton like canonical without a key; scope it to those rels so distinct stylesheets no longer dedupe.

Closes #3824

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
@crowlKats crowlKats merged commit 56faed1 into main May 27, 2026
9 checks passed
@crowlKats crowlKats deleted the fix-head branch May 27, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

inline tailwind not loaded on Deno Deploy when there is font link in Head

2 participants