<head> is not rendered
Inspecting the source code of nightly.ecobytes.net, I notices the <head> element is not rendered. It might be due to a script tag I put above it inside the Page component. While HTML5 allows omission of head, it leads to bad things.
-
SSR renders the in a conventional way in all pages
Edited by Flupsi