How to upload threejs project to github

hi all

i created a project and i test it on localhost ‘XAMPP’ it’s working 100% look like that

but, when i upload it to Github doesn’t work correctly and 3d model doesn’t match
looks like that :

the files i upload in github : GitHub - fathidz14/test

this is the project une pièce archéologique

i hope you guys help me and thanks :slight_smile:

The path to assets is incorrect. You request model from:
https://fathidz14.github.io/test/Modele9/modele/Model9.1.gltf(test)

The correct path on Github is:
https://github.com/fathidz14/test/blob/e37664c3f17abfd7bd3c77473d659770bd63d7e1/Modele9/Modele/Model9.1.gltf (test)

Try changing the lowercase modele to Modele in your asset request.

you are right :slight_smile:
thanks a lot man, you really made my day… god bless you