From 15220324c91b8de87c42c17744791ccc7129c81d Mon Sep 17 00:00:00 2001 From: Martinez Garcia <32maem1mpg@hft-stuttgart.de> Date: Wed, 19 Jun 2024 17:48:35 +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 a4abf27..58a9a06 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.gtlf", function(gltf) { +loader.load(".public/banana.gltf", function(gltf) { flower = gltf.scene; }); -- GitLab