Skip to content

Commit

Permalink
Merge branch 'hotfix/5/SC-6701-mint-ec-url'
Browse files Browse the repository at this point in the history
  • Loading branch information
Metauriel committed Sep 8, 2020
2 parents 1e7a50b + 4fcecd5 commit cc0f99f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/store/ghost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand Down

0 comments on commit cc0f99f

Please sign in to comment.