diff --git a/src/index.html b/src/index.html index c2c82c6..419169a 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@
-🖱️ Left click + drag: Rotate around model
🖱️ Right click + drag: Pan
⚙️ Mouse wheel: Zoom in/out
diff --git a/webpack.config.js b/webpack.config.js index deec8e2..3b069dd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,10 +9,10 @@ module.exports = (env, argv) => { entry: './src/index.js', output: { - path: path.resolve(__dirname, 'dist'), + path: path.resolve(__dirname, '../growheads_de/dist/3d/'), filename: isProduction ? '[name].[contenthash].js' : '[name].js', clean: true, - publicPath: '/' + publicPath: '/3d/' }, module: {