From e13f595f5e6ee3ab7b45c4a6ae466c6ed9de2af0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 8 Jun 2021 17:08:18 +0000 Subject: [PATCH] Fix urls for in prod --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b9ce038..c141913 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@

@@ -120,7 +120,7 @@

Projects using ESP Web Tools

WLED

@@ -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>

@@ -242,7 +242,7 @@

 <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>