File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ const clientSecret = process.env.GITHUB_SECRET;
2020const defaultHTML = `<!DOCTYPE html>
2121<html lang="en">
2222 <head>
23- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0 /p5.min.js"></script>
24- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0 /addons/p5.dom.min.js"></script>
25- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0 /addons/p5.sound.min.js"></script>
23+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3 /p5.min.js"></script>
24+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3 /addons/p5.dom.min.js"></script>
25+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3 /addons/p5.sound.min.js"></script>
2626 <!-- Generative Design Dependencies here -->
2727 <!-- GG Bundled -->
2828 <script src="https://cdn.jsdelivr.net/gh/generative-design/Code-Package-p5.js@${ branchName } /libraries/gg-dep-bundle/gg-dep-bundle.js"></script>
You can’t perform that action at this time.
0 commit comments