There was an error while loading. Please reload this page.
2 parents 4856a51 + 5beccbf commit 74de8bcCopy full SHA for 74de8bc
1 file changed
client/modules/IDE/components/Editor/index.jsx
@@ -47,7 +47,7 @@ export function getReferenceBaseUrl(htmlFile) {
47
const isV2 =
48
/https:\/\/beta\.p5js\.org\b/i.test(html) || /\bp5(@|-)2\./i.test(html);
49
50
- return isV2 ? 'https://beta.p5js.org' : 'https://p5js.org';
+ return isV2 ? 'https://p5js.org' : 'https://v1.p5js.org';
51
}
52
53
function Editor({
0 commit comments