This commit is contained in:
Paulus Schoutsen 2022-11-29 16:28:51 -05:00
parent 195c8613ed
commit 9bb5e0e8e8

View File

@ -138,7 +138,7 @@
// In development we import locally. // In development we import locally.
window.location.hostname === "localhost" window.location.hostname === "localhost"
? "/dist/web/install-button.js" ? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module" : "https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module"
); );
</script> </script>
</head> </head>
@ -311,7 +311,7 @@
<pre> <pre>
&lt;script &lt;script
type="module" type="module"
src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module" src="https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module"
>&lt;/script></pre >&lt;/script></pre
> >
<p> <p>