web: fix hang module URL to published version
This commit is contained in:
parent
cc7139075a
commit
0c76f33333
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
// It is intentionally dependency-light: no framework, no bundler.
|
||||
|
||||
const DEFAULT_RELAY_URL = "https://interop-relay.cloudflare.mediaoverquic.com/";
|
||||
const HANG_WATCH_MODULE_URL = "https://esm.sh/@kixelated/hang@0.7.4/watch/element.js";
|
||||
const HANG_WATCH_MODULE_URL = "https://esm.sh/@kixelated/hang@0.7.0/watch/element.js";
|
||||
let hangWatchModulePromise = null;
|
||||
|
||||
function $(id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue