Search Help. Model doesnt load on LD : )

When I upload to LudumDare my Model doesn't load. Any help? Would be amazing :grin:

I have a .glb File. Usually I store these in my publich folder, but LD Site stores them somewhere and definitly not on the root path ^^ If I want to load from Github. I get an cors error. The Guide is not really helpful currently. https://ludumdare.com/resources/guides/embedding/

I build a JS Game with ThreeJS. I load my models via ts const url = "https://raw.githubusercontent.com/FrankBevr/Summar/main/assets/sketo.glb"; const { scene: model, animations } = await useGLTF(url);

Screenshot from 2024-04-14 22-23-14.png