jsblocks
jsblocks copied to clipboard
I can't change `<title>` element.
I can't change <title>
element and everything in head
element.
I propose to make middleware after tryServerPage
, not just before it.
blocks.server({
preMiddleware: [compression()],
postMiddleware: [changeTitle()]
});