From ecbe5d6918399745f1012ac93b411fcb1df8131b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Pereira?= Date: Mon, 25 Nov 2024 13:56:50 +0000 Subject: [PATCH] use local component json instead --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a58155..bdfe5ee 100644 --- a/index.html +++ b/index.html @@ -227,7 +227,7 @@

Credits:

}); } - fetch(location.port === 3000 ? 'hondaecucomponents.json' : 'https://gist.githubusercontent.com/VIRUXE/3187356a6d001f96c0c3a71c43b38ba4/raw') + fetch('hondaecucomponents.json') .then(data => data.json()) .then(json => { // Render rows for all component nodes