From e511d84fd18107a40509ab12de75b5145ae9c1be Mon Sep 17 00:00:00 2001 From: Martinez Garcia <32maem1mpg@hft-stuttgart.de> Date: Wed, 19 Jun 2024 17:51:04 +0000 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 58a9a06..6d5e48c 100644 --- a/public/index.html +++ b/public/index.html @@ -71,7 +71,7 @@ loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/m }) let flower; -loader.load(".public/banana.gltf", function(gltf) { +loader.load("./banana.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab