diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe604bd0a..2b6d8f7fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Allowed Types of change: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, ` ## Unreleased +## [24.4.1] - 2020-09-08 + +- SC-6701 - changed domain for ghost (mint-ec pages) + ## [24.4.0] - 2020-08-31 ## [24.3.0] - 2020-08-25 diff --git a/package-lock.json b/package-lock.json index cd115adf9b..778abcd72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "schulcloud-nuxt", - "version": "24.4.0", + "version": "24.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0399532d4d..73a84e0bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schulcloud-nuxt", - "version": "24.4.0", + "version": "24.4.1", "description": "The next Level of HPI Schul-Cloud", "author": "HPI Schul-Cloud", "private": true, diff --git a/src/store/ghost.js b/src/store/ghost.js index 2759376027..85359784bc 100644 --- a/src/store/ghost.js +++ b/src/store/ghost.js @@ -2,7 +2,7 @@ import GhostContentAPI from "@tryghost/content-api"; // Create API instance with site credentials const api = new GhostContentAPI({ - url: "https://headless.schul-cloud.org", + url: "https://headless.hpi-schul-cloud.de", key: "dbb2b07bb370c4264bbadebbc1", version: "v2", });