Finish changes to starlight-ghostcms

This commit is contained in:
Adam Matthiesen 2024-03-07 22:24:40 -08:00
parent 94c9d256a4
commit 4e68d96bf5
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
Migrate to `astro-remote` for internal processing of GhostCMS HTML. No user changes required.

View File

@ -64,6 +64,7 @@ You must also create 2 environment variables in a `.env` file with the following
```env
CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48
CONTENT_API_URL=https://ghostdemo.matthiesen.xyz
GITHUB_PERSONAL_TOKEN=ghp_ //OPTIONAL - This is for Astro-Gists if you choose to use it!
```
**When you deploy your install dont forget to set the above ENVIRONMENT VARIABLES on your provider!**