Skip to content

Commit

Permalink
chore: switch cdn providers temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jun 16, 2024
1 parent 9995136 commit ea0c473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/importMap.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = async function() {
const { Generator } = await import('@jspm/generator');

const generator = new Generator({
defaultProvider: 'jspm.io',
defaultProvider: 'jsdelivr',
env: ['production', 'browser', 'module'],
});

Expand Down

0 comments on commit ea0c473

Please sign in to comment.