@apollosproject/web-embeds 0.1.783 → 0.1.785
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ The demo pages in `public/` are deployed to a persistent URL via **Vercel**, whi
|
|
|
103
103
|
1. **New Project** → import this repo → set **Root Directory** to `apps/web-embeds-v2`.
|
|
104
104
|
2. Framework Preset: **Other** (build/install/output come from `vercel.json`).
|
|
105
105
|
3. Add **Environment Variables** (Production + Preview):
|
|
106
|
-
- `APOLLOS_EMBED_BASE_URL
|
|
106
|
+
- `APOLLOS_EMBED_BASE_URL`: the web-app origin the embeds point at (e.g. `https://apollos.com`). `apollos.app` is rewritten to `apollos.com` at inject time because that host redirects and would break the height handshake.
|
|
107
107
|
- `APOLLOS_EMBED_CHURCH_SLUG` — demo church slug (e.g. `apollos-demo`)
|
|
108
108
|
- `APOLLOS_EMBED_SCRIPT_URL` — leave as `/dist/embed.js` to use the bundle built on this deploy, or set a CDN URL to pin a published version.
|
|
109
109
|
4. Under Settings → Git, enable **"Only build when there are changes in the Root Directory"** so unrelated commits don't redeploy.
|