Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Dec 27, 2023
1 parent 0e41d06 commit 6acae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/skateboard-configurator/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h1>Trucks</h1>
const ui = document.getElementById('ui')

const loadPromises = [
fetch('https://docs.lume.io/examples/nasa-astrobee-robot/luna-station.jpg'),
fetch('../nasa-astrobee-robot/luna-station-small.jpg'),
// window.onload catches the deck image loads because they are in the initial img elements
new Promise(resolve => (window.onload = resolve)),
]
Expand Down

0 comments on commit 6acae8b

Please sign in to comment.