mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-29 22:56:38 +00:00
Fix urls for in prod
This commit is contained in:
parent
c9c112e515
commit
e13f595f5e
@ -88,7 +88,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
erase-first
|
erase-first
|
||||||
manifest="/static/firmware_build/manifest.json"
|
manifest="static/firmware_build/manifest.json"
|
||||||
></esp-web-install-button>
|
></esp-web-install-button>
|
||||||
<p>
|
<p>
|
||||||
<i>
|
<i>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
<h2>Projects using ESP Web Tools</h2>
|
<h2>Projects using ESP Web Tools</h2>
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="/static/wled.png" alt="WLED logo" />
|
<img src="static/wled.png" alt="WLED logo" />
|
||||||
</div>
|
</div>
|
||||||
<h3>WLED</h3>
|
<h3>WLED</h3>
|
||||||
<p>
|
<p>
|
||||||
@ -154,7 +154,7 @@
|
|||||||
></script>
|
></script>
|
||||||
|
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
manifest="/static/firmware_build/manifest.json"
|
manifest="static/firmware_build/manifest.json"
|
||||||
></esp-web-install-button></pre
|
></esp-web-install-button></pre
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
@ -242,7 +242,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
manifest="/static/firmware_build/manifest.json"
|
manifest="static/firmware_build/manifest.json"
|
||||||
erase-first
|
erase-first
|
||||||
>
|
>
|
||||||
<button slot="activate">Custom install button</button>
|
<button slot="activate">Custom install button</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user