From 7456164001b53e46835dbcb7b869d5f5246aeef9 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Mon, 24 Jun 2024 21:55:35 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 80c8c6f..b874a8c 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -653,7 +653,7 @@ const Viewer3D = this.Viewer3D; - this.Viewer3D.src = {% if shx_get_environment == "production" %}"https://3d-viewer.shinnex.de/"{% elsif shx_get_environment == "production" %}"https://3dview.wasgehtsiedasan.shinnex.de/"{% endif %}; + this.Viewer3D.src = {% if shx_get_environment == "production" %}"https://3d-viewer.shinnex.de/"{% elsif shx_get_environment == "development" %}"https://3dview.wasgehtsiedasan.shinnex.de/"{% endif %}; this.Viewer3D.classList.add('shx-threejs-renderer'); this.Viewer3D.style.width = this.container.offsetWidth + 'px'; this.Viewer3D.style.height = this.container.offsetWidth + 'px';