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 an issue with binary public file corruption (#110)
* Ensure head is rendered for SSG
It seems the implementation was intended to achieve this sort of isolation the same way `docContext` is used. But the `useRef` version was basically just sending any children in `Head` into the memory hole on build.
* Add another page just to validate that each page gets a new head context as expected
* Fix an issue with binary public file corruption
The previous behavior was reading binary files as strings, which was corrupting them on output
0 commit comments