diff --git a/webpack.config.js b/webpack.config.js index 99a885e..f9d584f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -31,7 +31,7 @@ module.exports = [ { from: './src/styles.css', to: 'styles.css' }, { from: './src/manifest.webmanifest', to: 'manifest.webmanifest' }, - { from: './src/models/placeholder.glb', to: 'models/placeholder.glb' }, + { from: './src/models', to: 'models' }, ] ), ],