Switched koenig-react experiment URL back to unpkg

no issue

- jsdelivr has heavy CDN and local caching for 7 days which makes it difficult to test the frequent package bumps whilst we're actively working on the experimental package. Switching back to unpkg for now to take advantage of it's 60s cache
This commit is contained in:
Kevin Ansfield 2022-08-04 10:32:38 +01:00
parent 7cf4f595f7
commit 2524916e61

View File

@ -147,7 +147,7 @@
"version": "0.2"
},
"editor": {
"url": "https://cdn.jsdelivr.net/npm/@tryghost/koenig-react/dist/umd/koenig-react.min.js"
"url": "https://unpkg.com/@tryghost/koenig-react/dist/umd/koenig-react.min.js"
},
"tenor": {
"publicReadOnlyApiKey": null,