diff --git a/public/index.html b/public/index.html
index 70697719eb885c67821875758b25f3b12d4210dd..d3bd9da771abbb84c0fffb6a2fb5b603ef816a6e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -70,7 +70,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 
 let pineCone;
   // Replace the URL with new url
-  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/scene.gltf", function(gltf) {
+  loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/public/scene.gltf", function(gltf) {
     pineCone = gltf.scene;
     pineCone.scale.set(0.15, 0.15, 0.15); // Adjust scale as needed
   });