diff --git a/website/canvas/space-morph.html b/website/canvas/space-morph.html
index ff5ecc2..d87c294 100644
--- a/website/canvas/space-morph.html
+++ b/website/canvas/space-morph.html
@@ -62,7 +62,7 @@
const space = document.getElementById('space');
// Create multiple ropes
- const ropes = Array.from({ length: 10 }, () => {
+ const ropes = Array.from({ length: 1 }, () => {
const rope = document.createElement('folk-rope');
document.body.appendChild(rope);
return rope;