Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c3c3205

Browse files
committed
Fix unpkg url
1 parent c8f8889 commit c3c3205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tracers/js/JsTracer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class JsTracer extends Tracer {
2020
router.get(`/${this.lang}`, (req, res) => {
2121
if (!this.tagName) throw new Error('JsTracer has not been built yet.');
2222
const version = this.tagName.slice(1);
23-
res.redirect(`https://unpkg.com/algorithm-visualizer@${version}/dist/index.umd.js`);
23+
res.redirect(`https://unpkg.com/algorithm-visualizer@${version}/dist/algorithm-visualizer.umd.js`);
2424
});
2525
router.get(`/${this.lang}/worker`, (req, res) => res.sendFile(this.workerPath));
2626
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /