oops, sorry

pull/12339/head
Rich Harris 3 months ago
parent d1432b0ab3
commit daac5fca13

@ -8,7 +8,7 @@ const { head, body } = render(App);
const rendered = fs const rendered = fs
.readFileSync(path.resolve('./dist/client/index.html'), 'utf-8') .readFileSync(path.resolve('./dist/client/index.html'), 'utf-8')
.replace(`<!--ssr-html-->`, body) .replace(`<!--ssr-body-->`, body)
.replace(`<!--ssr-head-->`, head); .replace(`<!--ssr-head-->`, head);
const types = { const types = {

Loading…
Cancel
Save