jsblocks icon indicating copy to clipboard operation
jsblocks copied to clipboard

I can't change `<title>` element.

Open damaera opened this issue 9 years ago • 0 comments

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()]
});

damaera avatar Jun 13 '15 12:06 damaera