diff --git a/s/index.html.ts b/s/index.html.ts index 3f0a992..e33d673 100644 --- a/s/index.html.ts +++ b/s/index.html.ts @@ -7,7 +7,10 @@ export default template(async basic => { path, css: "index.css", title: "omni-clip", - head: startup_scripts_with_dev_mode(path), + head: html` + + ${startup_scripts_with_dev_mode(path)} + `, body: html` `,