Skip to content

Commit cad51fa

Browse files
authored
Docs: github-mode: Hint at different env var names (Thinkmill#1356)
1 parent 79c8262 commit cad51fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/pages/github-mode.mdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Behind the scenes, some environment variables were generated in a `.env` file on
8989
KEYSTATIC_GITHUB_CLIENT_ID=...
9090
KEYSTATIC_GITHUB_CLIENT_SECRET=...
9191
KEYSTATIC_SECRET=...
92-
NEXT_PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=...
92+
NEXT_PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=... # for Next.JS or `PUBLIC_KEYSTATIC_GITHUB_APP_SLUG` for Astro
9393
```
9494

9595
These variables are used to authenticate users with GitHub, based on their access to the GitHub repo in question.
@@ -131,4 +131,4 @@ This segment of the [Keystatic Mini-Course on YouTube](https://www.youtube.com/p
131131

132132
{% embed
133133
mediaType="video"
134-
embedCode="<iframe src=\"https://www.youtube.com/embed/BAnfePGzkbg?si=mDDK52Nlhg4v1v9x\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>" /%}
134+
embedCode="<iframe src=\"https://www.youtube.com/embed/BAnfePGzkbg?si=mDDK52Nlhg4v1v9x\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>" /%}

0 commit comments

Comments
 (0)