From f774883b90ef4a57ee5b0f8541486a563250864a Mon Sep 17 00:00:00 2001
From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com>
Date: Thu, 27 Jun 2024 09:46:53 +0200
Subject: [PATCH] Fix `index.html` links to `manifest` and `apple-touch-icon`
(#142)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Bug: assets have incorrect paths
Proof:
```
git clone https://github.com/emilk/eframe_template.git && lychee .
```
```
31/31 ━━━━━━━━━━━━━━━━━━━━ Finished extracting links Issues found in 1 input. Find details below.
[./eframe_template/index.html]:
✗ [ERR] file:///tmp/tmp.xuDXKdo4H8/eframe_template/icon_ios_touch_192.png | Failed: Cannot find file
✗ [ERR] file:///tmp/tmp.xuDXKdo4H8/eframe_template/manifest.json | Failed: Cannot find file
🔍 31 Total (in 0s) ✅ 29 OK 🚫 2 Errors
```
## Fix
change links to these assets
## Related to
- https://github.com/emilk/eframe_template/pull/137
- related to
https://github.com/rerun-io/ewebsock/pull/38#issuecomment-2150380393
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 154800de..b83ddfda 100644
--- a/index.html
+++ b/index.html
@@ -25,8 +25,8 @@
-
-
+
+