mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
docs(AGENTS): remove outdated Cloudflare Stream origin config
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ All application source: configuration, content collections, pages/routes, layout
|
|||||||
## Key Files
|
## Key Files
|
||||||
| File | Description |
|
| File | Description |
|
||||||
|------|-------------|
|
|------|-------------|
|
||||||
| `site.config.ts` | Site metadata (`siteConfig`), `socialLinks`, `streamOrigin` (Cloudflare Stream origin), `menuLinks`, and Expressive Code options. Primary place to edit site-wide settings. |
|
| `site.config.ts` | Site metadata (`siteConfig`), `socialLinks`, `menuLinks`, and Expressive Code options. Primary place to edit site-wide settings. |
|
||||||
| `content.config.ts` | Content Collection definitions + Zod schemas for `writing`, `projects`, `experience`, `speaking`. Experience refs are validated via `reference("experience")`. |
|
| `content.config.ts` | Content Collection definitions + Zod schemas for `writing`, `projects`, `experience`, `speaking`. Experience refs are validated via `reference("experience")`. |
|
||||||
| `types.ts` | Shared TS types (`SiteConfig`, `SiteMeta`, webmention types, `AdmonitionType`). |
|
| `types.ts` | Shared TS types (`SiteConfig`, `SiteMeta`, webmention types, `AdmonitionType`). |
|
||||||
| `env.d.ts` | Ambient type declarations. |
|
| `env.d.ts` | Ambient type declarations. |
|
||||||
|
|||||||
@@ -20,11 +20,6 @@ export const siteConfig: SiteConfig = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Origin that serves Cloudflare Stream embeds. Set to your Worker/custom domain
|
|
||||||
// or the account's `customer-<CODE>.cloudflarestream.com` subdomain.
|
|
||||||
// The Stream player iframe is loaded from `${streamOrigin}/<videoId>/iframe`.
|
|
||||||
export const streamOrigin = "https://customer-CODE.cloudflarestream.com";
|
|
||||||
|
|
||||||
// Social links shown in the homepage intro and the footer's icon row.
|
// Social links shown in the homepage intro and the footer's icon row.
|
||||||
export const socialLinks: {
|
export const socialLinks: {
|
||||||
friendlyName: string;
|
friendlyName: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user