We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e87329 commit 86321c7Copy full SHA for 86321c7
1 file changed
src/components/BitTreeScene.astro
@@ -50,7 +50,7 @@
50
let bitLogoModel: THREE.Group | null = null;
51
52
loader.load(
53
- `${import.meta.env.BASE_URL}/models/bit.glb`,
+ `/models/bit.glb`,
54
(gltf) => {
55
bitLogoModel = gltf.scene;
56
bitLogoModel.rotation.x = -0.3;
0 commit comments