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