Skip to content

Commit

Permalink
updated stackblitz links
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Dec 12, 2024
1 parent d2e8384 commit db63c0a
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 @@ -248,7 +248,7 @@
},
].map((ex) => {
const name = `${ex.label.toLowerCase().replace(/\s/g, '-')}-${ex.visualModule}-${ex.physicsModule}`;
const sbBranchSuffix = '0.0.56';
const sbBranchSuffix = 'd2e8384d02e8db7901d95903d4d982a5543f55b7';
return {
...ex,
url: `https://gg-web-demos.guraklgames.com/${name}/index.html`,
Expand Down

0 comments on commit db63c0a

Please sign in to comment.