Have try to set up your path like this:
'/abarth131/abarth131.gltf'
And check your vite.config.js
file.
export default {
assetsInclude: ['**/*.gltf', '**/*.glb'],
server: {
fs: {
allow: ['..']
}
}
}
I hope this will be help you.