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