chore: update Ghost API default configuration values

This commit is contained in:
Mauricio Siu 2025-03-02 04:50:20 -06:00
parent 9ca0213a77
commit 67e5d3d88c

View File

@ -2,8 +2,8 @@ import GhostContentAPI from "@tryghost/content-api";
// Ghost API configuration
const ghostConfig = {
url: process.env.GHOST_URL || "NONE",
key: process.env.GHOST_KEY || "NONE",
url: process.env.GHOST_URL || "https://site.com",
key: process.env.GHOST_KEY || "42424242424242424242424242424242",
version: "v5.0",
};