Skip to content

Commit 8d33fe3

Browse files
chore(js): use cdn for kotlin js #41
fix for: #41
1 parent cf716c2 commit 8d33fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const API_URLS = {
2727
return `${this.server}/static/lib/jquery/dist/jquery.min.js`;
2828
},
2929
get KOTLIN_JS() {
30-
return `${this.server}/static/kotlin/`;
30+
return `https://cdn.jsdelivr.net/npm/kotlin@`;
3131
}
3232
};
3333

0 commit comments

Comments
 (0)