8 lines
No EOL
200 B
TypeScript
8 lines
No EOL
200 B
TypeScript
import GhostContentAPI from '@tryghost/content-api'
|
|
import {Ghost} from "@config"
|
|
|
|
export const ghostClient = new GhostContentAPI({
|
|
url: Ghost.Instance,
|
|
key: Ghost.Key,
|
|
version: 'v5.0',
|
|
}) |