diff --git a/client/modules/IDE/components/Editor/index.jsx b/client/modules/IDE/components/Editor/index.jsx index 11e443374d..c359c52303 100644 --- a/client/modules/IDE/components/Editor/index.jsx +++ b/client/modules/IDE/components/Editor/index.jsx @@ -47,7 +47,7 @@ export function getReferenceBaseUrl(htmlFile) { const isV2 = /https:\/\/beta\.p5js\.org\b/i.test(html) || /\bp5(@|-)2\./i.test(html); - return isV2 ? 'https://beta.p5js.org' : 'https://p5js.org'; + return isV2 ? 'https://p5js.org' : 'https://v1.p5js.org'; } function Editor({