fix: move model to location accessible by production build
This commit is contained in:
parent
5f19b74d2f
commit
f268717466
4 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Title: Low Poly F/A-18 Hornet
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const gltf = useGltf<GLTFResult>('/src/assets/models/scene.gltf')
|
const gltf = useGltf<GLTFResult>('/static/models/scene.gltf')
|
||||||
|
|
||||||
const component = forwardEventHandlers()
|
const component = forwardEventHandlers()
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue