web: fix hang module URL to published version

This commit is contained in:
every.channel 2026-02-20 23:08:18 -08:00
parent cc7139075a
commit 0c76f33333
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
// It is intentionally dependency-light: no framework, no bundler. // It is intentionally dependency-light: no framework, no bundler.
const DEFAULT_RELAY_URL = "https://interop-relay.cloudflare.mediaoverquic.com/"; 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; let hangWatchModulePromise = null;
function $(id) { function $(id) {