Update Ghost Content API version
This commit is contained in:
parent
249b27768e
commit
0624bda6b1
|
@ -85,7 +85,7 @@ $(() => {
|
|||
const api = new GhostContentAPI({
|
||||
url: host,
|
||||
key,
|
||||
version: 'v2'
|
||||
version: 'v4'
|
||||
})
|
||||
const allPosts = []
|
||||
const fuseOptions = {
|
||||
|
|
Loading…
Reference in a new issue