Skip to content

Commit 86321c7

Browse files
committed
fight with 3d model
1 parent 0e87329 commit 86321c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BitTreeScene.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
let bitLogoModel: THREE.Group | null = null;
5151

5252
loader.load(
53-
`${import.meta.env.BASE_URL}/models/bit.glb`,
53+
`/models/bit.glb`,
5454
(gltf) => {
5555
bitLogoModel = gltf.scene;
5656
bitLogoModel.rotation.x = -0.3;

0 commit comments

Comments
 (0)