Skip to content

Commit

Permalink
use local component json instead
Browse files Browse the repository at this point in the history
  • Loading branch information
VIRUXE authored Nov 25, 2024
1 parent 3fdbaa8 commit ecbe5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2>Credits:</h2>
});
}

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

0 comments on commit ecbe5d6

Please sign in to comment.