Skip to content

Commit

Permalink
Update Ghost Content API version
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Mar 24, 2021
1 parent 249b277 commit 0624bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $(() => {
const api = new GhostContentAPI({
url: host,
key,
version: 'v2'
version: 'v4'
})
const allPosts = []
const fuseOptions = {
Expand Down

0 comments on commit 0624bda

Please sign in to comment.