feat: Chore: Migrate from Render content Util and <Fragment set:html /> to astro-remote #86

Merged
create-issue-branch[bot] merged 12 commits from issue-85-Chore_Migrate_from_Render_conte into main 2024-03-08 07:29:02 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 4e68d96bf5 - Show all commits

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!**