diff options
Diffstat (limited to 'src/components/ground.jsx')
-rw-r--r-- | src/components/ground.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ground.jsx b/src/components/ground.jsx index c83aad8..2e986cd 100644 --- a/src/components/ground.jsx +++ b/src/components/ground.jsx @@ -1,5 +1,5 @@ import { useRef } from 'react'; -import terrainModelURL from '../../assets/terrain.glb' +import terrainModelURL from '../../assets/terrain.glb?url' import * as everforest from '../_everforest.module.scss' import { RigidBody } from '@react-three/rapier'; import { useGLTF } from '@react-three/drei'; |