Skip to content

Commit

Permalink
fixed stackblitz links
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Nov 15, 2024
1 parent d734d24 commit ca1bf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit ca1bf64

Please sign in to comment.