mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
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:
parent
7cf4f595f7
commit
2524916e61
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user