Skip to content

Commit

Permalink
App.svelte aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jul 18, 2024
1 parent 9b1a210 commit 94403fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/fiddle/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
customVersion = localStorage.getItem('luigi-version');
if(customVersion) {
const cdnBase = 'https://www.unpkg.com/@luigi-project/';
const cdnBase = '/luigi-cdn/';
coreBasePath = cdnBase + 'core@' + customVersion;
oidcBasePath = cdnBase + 'plugin-auth-oidc@' + customVersion;
oauth2BasePath = cdnBase + 'plugin-auth-oauth2@' + customVersion;
Expand Down

0 comments on commit 94403fa

Please sign in to comment.