diff --git a/lib/document.js b/lib/document.js index c88b7e4d..07827b6e 100644 --- a/lib/document.js +++ b/lib/document.js @@ -30,7 +30,7 @@ export function Head (props, context) { .map((h, i) => React.cloneElement(h, { key: '_next' + i })) return {h} - ')) + t.true(html.includes('
This is red
')) +}) + function render (url, ctx) { return _render(url, ctx, { dir, staticMarkup: true }) }