Skip to content

Commit

Permalink
feat: do not wait for rum script to load
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Oct 27, 2024
1 parent fe4a4cc commit 5797066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_includes/layouts/base.webc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script type="module" webc:keep>
if (window.location.hostname.endsWith('limulus.net')) {
await import('/lib/rum/index.XXXXXXXX.js')
import('/lib/rum/index.XXXXXXXX.js')
}
</script>

Expand Down

0 comments on commit 5797066

Please sign in to comment.