Update Ghost Content API version

This commit is contained in:
Eduardo Gomez 2021-03-24 23:12:27 +01:00
parent 249b27768e
commit 0624bda6b1

View file

@ -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 = {