Skip to content

Commit 86217df

Browse files
im actually debugging on github
1 parent 452b7ed commit 86217df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/globe.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function GlobeMesh({ lightPosition, ambientLightIntensity }: {
2222
lightPosition: Vector3,
2323
ambientLightIntensity: number
2424
}) {
25+
console.log(window.location.href)
2526
const dayTexture = useLoader(TextureLoader,`${window.location.href}/globe/earth-day.jpg`)
2627
const nightTexture = useLoader(TextureLoader, `${window.location.href}/globe/earth-night.jpg`)
2728

0 commit comments

Comments
 (0)