From 4e0ec75e584e29a087da0dd93920645a8db77f0a Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 6 May 2024 09:46:34 +1200 Subject: [PATCH] Revert template.js changes for separate PR --- client/template.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/template.js b/client/template.js index e247613d6..c77f953ff 100644 --- a/client/template.js +++ b/client/template.js @@ -8,8 +8,6 @@ const template = async function(name, title='', props = {}){ }); const ogMetaTags = ogTags.join('\n'); - const cleanProps = JSON.stringify(props).replace(/<\/script/gi, '<\\\/script'); - return ` @@ -25,7 +23,7 @@ const template = async function(name, title='', props = {}){
${require(`../build/${name}/ssr.js`)(props)}
- + `;