From ea0c473c76d6eca68a73d9281b100a4eb197608a Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Sun, 16 Jun 2024 09:26:41 +0300 Subject: [PATCH] chore: switch cdn providers temporarily --- docs/_data/importMap.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_data/importMap.cjs b/docs/_data/importMap.cjs index 6214503d9f..236a591b12 100644 --- a/docs/_data/importMap.cjs +++ b/docs/_data/importMap.cjs @@ -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'], });