diff --git a/examples/skateboard-configurator/example.html b/examples/skateboard-configurator/example.html
index 2d6e962..5716328 100644
--- a/examples/skateboard-configurator/example.html
+++ b/examples/skateboard-configurator/example.html
@@ -402,7 +402,7 @@
Trucks
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)),
]