Hi, I can see and use events for body morph/replace, but there’s none for the HEAD element.
My case:
I have pages that include SCIPTS using relative to the page links.
E.g.
on /index.html
it will be <script src="./_static/script.js">
on /some/deep/link/index.html
it will be <script src="../../../_static/script.js">
The script is the same and seems like Turbo doesn’t take the current path into account at treats “…/…/…/_static/script.js” as a new path, and inserts multiple copies into the head element.