0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 11:12:39 +00:00

update based on feedback

This commit is contained in:
Charlie Humphreys
2023-01-20 23:07:24 -06:00
parent 385bee964d
commit 7755affa1e
10 changed files with 18 additions and 28 deletions

View File

@@ -22,9 +22,6 @@ const template = async function(name, title='', props = {}){
<body>
<main id="reactRoot">${require(`../build/${name}/ssr.js`)(props)}</main>
<script src=${`/${name}/bundle.js`}></script>
<script>
sessionStorage.setItem('version', '${props.version}');
</script>
<script>start_app(${JSON.stringify(props)})</script>
</body>
</html>