From b6ee4b7a4e5c1b39bb9a52edcc90ca7a4a7c88cc Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Mon, 25 Aug 2025 06:28:02 +0200 Subject: [PATCH] upd --- src/index.html | 4 ++-- webpack.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - 3D Cube Viewer + 3D Model Viewer
@@ -13,7 +13,7 @@
-

3D Cube Viewer

+

3D Model Viewer

🖱️ 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: {