We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d2653 commit 5dcbe3fCopy full SHA for 5dcbe3f
editor/visualizers/effects/VSAEffect.js
@@ -306,7 +306,7 @@ export default class VSAEffect {
306
this.pendingUrl = undefined;
307
this.compiling = true;
308
const mungedUrl = url.includes('vertexshaderart.com')
309
- ? `${url.replace('//www.', '//')}/art.json`
+ ? `${url}/art.json`
310
: url;
311
const req = await fetch(mungedUrl);
312
const vsa = await req.json();
0 commit comments