From 2524916e615ae635d81f679c0a3024c158a26693 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 4 Aug 2022 10:32:38 +0100 Subject: [PATCH] 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 --- ghost/core/core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index 219b82553a..c013f6b71a 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -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,