exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
2.99k stars 66 forks source link

fix: match the actual head closing tag when inserting #189

Closed deckchairlabs closed 1 year ago

deckchairlabs commented 1 year ago

Our matching logic for the closing head tag follows Next.JS.

They just commited a fix which would prevent matching something like </header>

So this PR replicates that