diff --git a/editor/visualizers/effects/VSAEffect.js b/editor/visualizers/effects/VSAEffect.js index ff45736..2677e76 100644 --- a/editor/visualizers/effects/VSAEffect.js +++ b/editor/visualizers/effects/VSAEffect.js @@ -306,7 +306,7 @@ export default class VSAEffect { this.pendingUrl = undefined; this.compiling = true; const mungedUrl = url.includes('vertexshaderart.com') - ? `${url.replace('//www.', '//')}/art.json` + ? `${url}/art.json` : url; const req = await fetch(mungedUrl); const vsa = await req.json();