12 lines
485 B
Bash
12 lines
485 B
Bash
# Ghost CMS — read at build time only (Node), never bundled into client JS.
|
|
# Copy to .env for local dev; set the same vars in the Vercel project settings.
|
|
|
|
# Base URL of the Ghost instance, no trailing slash.
|
|
GHOST_API_URL=https://your-site.ghost.io
|
|
|
|
# Ghost Content API key (read-only). Ghost Admin → Settings → Integrations.
|
|
GHOST_CONTENT_API_KEY=your_content_api_key
|
|
|
|
# Public origin of this site, used for canonical URLs and Article schema.
|
|
SITE_URL=https://lynkeduppro.com
|