From 6acae8ba07b6062163b5791dad879ed7b9d24ecf Mon Sep 17 00:00:00 2001
From: Joe Pea <joe@trusktr.io>
Date: Tue, 26 Dec 2023 23:52:08 -0800
Subject: [PATCH] fix link

---
 examples/skateboard-configurator/example.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ <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)),
 	]