From ca1bf64325531261123f9e1bf6823e09a352c970 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 15 Nov 2024 02:31:02 +0200 Subject: [PATCH] fixed stackblitz links --- examples/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/index.html b/examples/index.html index 3d45ae1..60e1d96 100644 --- a/examples/index.html +++ b/examples/index.html @@ -250,8 +250,8 @@ const name = `${ex.label.toLowerCase().replace(/\s/g, '-')}-${ex.visualModule}-${ex.physicsModule}`; // const sbBranchSuffix = 'tree/new-examples/'; // const sbBranchSuffix = 'tree/main/'; - const sbBranchSuffix = 'tree/0.0.49/'; - // const sbBranchSuffix = 'tree/4d36b3398a502a694a0e9dbb1fcfaa65264bc4bb/'; + // const sbBranchSuffix = 'tree/0.0.49/'; + const sbBranchSuffix = 'tree/d734d243db65796a997efadd9798e0bb1632f3eb/'; return { ...ex, url: `https://gg-web-demos.guraklgames.com/${name}/index.html`,