Skip to content

Commit daac5fc

Browse files
committed
oops, sorry
1 parent d1432b0 commit daac5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/demo/ssr-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { head, body } = render(App);
88

99
const rendered = fs
1010
.readFileSync(path.resolve('./dist/client/index.html'), 'utf-8')
11-
.replace(`<!--ssr-html-->`, body)
11+
.replace(`<!--ssr-body-->`, body)
1212
.replace(`<!--ssr-head-->`, head);
1313

1414
const types = {

0 commit comments

Comments
 (0)