Finish changes to starlight-ghostcms
This commit is contained in:
parent
94c9d256a4
commit
4e68d96bf5
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/starlight-ghostcms": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Migrate to `astro-remote` for internal processing of GhostCMS HTML. No user changes required.
|
|
@ -64,6 +64,7 @@ You must also create 2 environment variables in a `.env` file with the following
|
||||||
```env
|
```env
|
||||||
CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48
|
CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48
|
||||||
CONTENT_API_URL=https://ghostdemo.matthiesen.xyz
|
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!**
|
**When you deploy your install dont forget to set the above ENVIRONMENT VARIABLES on your provider!**
|
||||||
|
|
Loading…
Reference in New Issue