We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b829d8 commit ea89854Copy full SHA for ea89854
examples/cms-ghost/lib/api.js
@@ -7,7 +7,7 @@ const GHOST_API_KEY = process.env.GHOST_API_KEY || GHOST_API_KEY_DEFAULT
7
const api = new GhostContentAPI({
8
url: GHOST_API_URL,
9
key: GHOST_API_KEY,
10
- version: 'v3',
+ version: 'v3.0',
11
})
12
13
const is404 = (error) => /not found/i.test(error.message)
examples/cms-ghost/next.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
images: {
3
- domains: ['static.gotsby.org'],
+ domains: ['static.ghost.org'],
4
},
5
}
0 commit comments