We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d92aa7 commit 9482d24Copy full SHA for 9482d24
server.js
@@ -56,6 +56,7 @@ app.get('*', (req, res) => {
56
return res.end('waiting for compilation... refresh in a moment.')
57
}
58
59
+ res.setHeader("Content-Type", "text/html");
60
var s = Date.now()
61
const context = { url: req.url }
62
const renderStream = renderer.renderToStream(context)
0 commit comments