Skip to content

Commit 5dcbe3f

Browse files
committedApr 29, 2024·
update for new VSA again
1 parent 03d2653 commit 5dcbe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎editor/visualizers/effects/VSAEffect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default class VSAEffect {
306306
this.pendingUrl = undefined;
307307
this.compiling = true;
308308
const mungedUrl = url.includes('vertexshaderart.com')
309-
? `${url.replace('//www.', '//')}/art.json`
309+
? `${url}/art.json`
310310
: url;
311311
const req = await fetch(mungedUrl);
312312
const vsa = await req.json();

0 commit comments

Comments
 (0)
Please sign in to comment.