Skip to content

Commit

Permalink
add: coi serviceworker script to html head
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Jan 1, 2024
1 parent fde2c84 commit 95e8cf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion s/index.html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
<script src="coi-serviceworker.js"></script>
${startup_scripts_with_dev_mode(path)}
`,
body: html`
<construct-editor></construct-editor>
`,
Expand Down

0 comments on commit 95e8cf1

Please sign in to comment.