Skip to content

Commit

Permalink
Revert temporary cdn/fastly workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 12, 2024
1 parent 7d86fb5 commit cf5581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/r4-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class R4App extends LitElement {
if (this.cdn?.length > 4) {
return `${this.cdn}/dist/themes/${file}`
} else if (this.cdn) {
return `https://fastly.jsdelivr.net/npm/@radio4000/components@${this.version || 'latest'}/dist/themes/${file}`
return `https://cdn.jsdelivr.net/npm/@radio4000/components@${this.version || 'latest'}/dist/themes/${file}`
} else {
return `/themes/${file}`
}
Expand Down

0 comments on commit cf5581c

Please sign in to comment.