diff --git a/playgrounds/demo/ssr-prod.js b/playgrounds/demo/ssr-prod.js index 0c534892a2..c268aac790 100644 --- a/playgrounds/demo/ssr-prod.js +++ b/playgrounds/demo/ssr-prod.js @@ -8,7 +8,7 @@ const { head, body } = render(App); const rendered = fs .readFileSync(path.resolve('./dist/client/index.html'), 'utf-8') - .replace(``, body) + .replace(``, body) .replace(``, head); const types = {