diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
| commit | bdf4222c6178e438e93775a3593d3fc7027d3471 (patch) | |
| tree | 781613259673a85eee71cf2ebdacd97243810931 /web/index.html | |
| parent | 05a6e046c2fd67fe5b55260a946b017bddff1880 (diff) | |
Switch to local htm/preact compiled with snowpack
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 2504184..1e84728 100644 --- a/web/index.html +++ b/web/index.html @@ -8,7 +8,7 @@ <link rel="modulepreload" href="./widget-api.js"/> <link rel="modulepreload" href="./frequently-used.js"/> <link rel="modulepreload" href="./spinner.js"/> - <link rel="modulepreload" href="https://unpkg.com/htm/preact/index.mjs?module"/> + <link rel="modulepreload" href="./lib/htm/preact.js"/> <link rel="preload" href="packs/index.json" as="fetch" type="application/json" crossorigin/> <link rel="stylesheet" href="index.css"/> |
