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 b6ba270 commit d734d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
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.48/';
const sbBranchSuffix = 'tree/0.0.49/';
// const sbBranchSuffix = 'tree/4d36b3398a502a694a0e9dbb1fcfaa65264bc4bb/';
return {
...ex,
Expand Down

0 comments on commit d734d24

Please sign in to comment.