Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information